Renamed shader files and updated compile_shaders.bat batch file.

This commit is contained in:
Pawel Lapinski
2018-02-28 10:13:51 +01:00
parent d566eef9a0
commit 20fbf8a299
29 changed files with 28 additions and 20 deletions

View File

@@ -75,6 +75,7 @@ namespace ApiWithoutSecrets {
VulkanTutorial07Parameters() :
RenderPass( VK_NULL_HANDLE ),
Image(),
UniformBuffer(),
DescriptorSet(),
PipelineLayout(),
GraphicsPipeline( VK_NULL_HANDLE ),