diff options
Diffstat (limited to 'demo/d3d/shaders/meshAsyncComputeBenchPS.hlsl')
| -rw-r--r-- | demo/d3d/shaders/meshAsyncComputeBenchPS.hlsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/d3d/shaders/meshAsyncComputeBenchPS.hlsl b/demo/d3d/shaders/meshAsyncComputeBenchPS.hlsl new file mode 100644 index 0000000..1d8b9d5 --- /dev/null +++ b/demo/d3d/shaders/meshAsyncComputeBenchPS.hlsl @@ -0,0 +1,3 @@ +#define FLX_ASYNC_COMPUTE_BENCHMARK_ENABLE 1 + +#include "meshPS.hlsl" |