summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/mulMatByRowTiled64.hlsl
blob: 6c63f2da63950f6cd3eef5021f3b20488eeaf40e (plain)
1
2
3
4
#define THREADS_Y 32
#define THREADS_X 32
#define TILE_Y 128
#include "mulMatByRowTiled.hlsl"