Shader build cleanup

This commit is contained in:
luboslenco
2020-02-22 20:55:27 +01:00
parent 6287b0dee6
commit 2c0eb7b991
2 changed files with 3 additions and 5 deletions
-5
View File
@@ -1,5 +0,0 @@
// https://github.com/luboslenco/krafix_hlslbin
.\hlslbin.exe file_in file_out vs_5_0 -i pos
.\hlslbin.exe file_in file_out ps_5_0
.\hlslbin.exe file_in file_out gs_5_0
+3
View File
@@ -0,0 +1,3 @@
..\..\bin\hlslbin.exe armdefault_voxel.vert.hlsl ..\armdefault_voxel.vert.glsl vs_5_0 -i pos
..\..\bin\hlslbin.exe armdefault_voxel.frag.hlsl ..\armdefault_voxel.frag.glsl ps_5_0
..\..\bin\hlslbin.exe armdefault_voxel.geom.hlsl ..\armdefault_voxel.geom.glsl gs_5_0