Fixed bug in Tutorial04 in which command buffer was submitted to queue but used framebuffer that was already destroyed.

This commit is contained in:
plapins
2016-05-12 12:09:53 +02:00
parent 68cbd74336
commit 49a1cac9d2
3 changed files with 28 additions and 18 deletions

View File

@@ -70,7 +70,7 @@ namespace ApiWithoutSecrets {
private:
AutoDeleter( const AutoDeleter& );
AutoDeleter& operator=(const AutoDeleter&);
AutoDeleter& operator=( const AutoDeleter& );
T Object;
F Deleter;
VkDevice Device;