changed vulkan_sdk path in compile_shader to newer versions
This commit is contained in:
parent
f995bd8b32
commit
87f55a8403
@ -58,7 +58,7 @@ int main()
|
||||
|
||||
glColor3f(p->color->x, p->color->y, p->color->z);
|
||||
glBegin(GL_POINTS);
|
||||
glVertex3f(pos->x, pos->y, pos->z);
|
||||
glVertex3f(pos->x, pos->y, pos->z);
|
||||
glEnd();
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
D:\Programme\VulkanSDK\1.2.131.2\Bin\glslangValidator.exe -V ComputeShader.comp
|
||||
D:\Programme\VulkanSDK\1.2.131.2\Bin\glslangValidator.exe -V VertexShader.vert
|
||||
D:\Programme\VulkanSDK\1.2.131.2\Bin\glslangValidator.exe -V FragmentShader.frag
|
||||
D:\Programme\VulkanSDK\1.2.170.0\Bin\glslangValidator.exe -V ComputeShader.comp
|
||||
D:\Programme\VulkanSDK\1.2.170.0\Bin\glslangValidator.exe -V VertexShader.vert
|
||||
D:\Programme\VulkanSDK\1.2.170.0\Bin\glslangValidator.exe -V FragmentShader.frag
|
Loading…
Reference in New Issue
Block a user