Voxel shader cleanup

This commit is contained in:
luboslenco
2023-02-14 15:01:56 +01:00
parent bd3cf47e47
commit 84ea108eb5
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
..\..\bin\hlslbin.exe voxel_pos.vert.hlsl ..\voxel_pos.vert.glsl vs_5_0 -i pos
..\..\bin\hlslbin.exe voxel_pos.frag.hlsl ..\voxel_pos.frag.glsl ps_5_0
..\..\bin\hlslbin.exe voxel_pos.geom.hlsl ..\voxel_pos.geom.glsl gs_5_0
.\hlslbin.exe voxel_pos.vert.hlsl ..\voxel_pos.vert.glsl vs_5_0 -i pos
.\hlslbin.exe voxel_pos.frag.hlsl ..\voxel_pos.frag.glsl ps_5_0
.\hlslbin.exe voxel_pos.geom.hlsl ..\voxel_pos.geom.glsl gs_5_0