mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Fixed uninitialized variable problem in Tutorial05 and formatting (unnecessary spaces) in tutorials 04 and 05.
This commit is contained in:
@@ -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 ) {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user