Fixed uninitialized variable problem in Tutorial05 and formatting (unnecessary spaces) in tutorials 04 and 05.

This commit is contained in:
plapins
2016-06-20 16:26:40 +02:00
parent a4f78d3eed
commit 37d04f3be5
3 changed files with 4 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ namespace ApiWithoutSecrets {
RenderPass( VK_NULL_HANDLE ), RenderPass( VK_NULL_HANDLE ),
GraphicsPipeline( VK_NULL_HANDLE ), GraphicsPipeline( VK_NULL_HANDLE ),
VertexBuffer(), VertexBuffer(),
StagingBuffer(),
CommandPool( VK_NULL_HANDLE ), CommandPool( VK_NULL_HANDLE ),
RenderingResources( ResourcesCount ) { RenderingResources( ResourcesCount ) {
} }