mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Fixed bug in Tutorial04 in which command buffer was submitted to queue but used framebuffer that was already destroyed.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ApiWithoutSecrets {
|
||||
|
||||
private:
|
||||
AutoDeleter( const AutoDeleter& );
|
||||
AutoDeleter& operator=(const AutoDeleter&);
|
||||
AutoDeleter& operator=( const AutoDeleter& );
|
||||
T Object;
|
||||
F Deleter;
|
||||
VkDevice Device;
|
||||
|
||||
Reference in New Issue
Block a user