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

@@ -54,7 +54,9 @@ namespace ApiWithoutSecrets {
PresentationSurface( VK_NULL_HANDLE ),
SwapChain( VK_NULL_HANDLE ),
PresentQueueCmdBuffers( 0 ),
PresentQueueCmdPool( VK_NULL_HANDLE ) {
PresentQueueCmdPool( VK_NULL_HANDLE ),
ImageAvailableSemaphore( VK_NULL_HANDLE ),
RenderingFinishedSemaphore( VK_NULL_HANDLE ) {
}
};