mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Updated Tutorial03 to incorporate changes introduted in VulkanCommon class (added semaphores, removed image view creation for each swapchain image).
This commit is contained in:
@@ -34,6 +34,9 @@ int main( int argc, char **argv ) {
|
||||
if( !tutorial03.CreatePipeline() ) {
|
||||
return -1;
|
||||
}
|
||||
if( !tutorial03.CreateSemaphores() ) {
|
||||
return -1;
|
||||
}
|
||||
if( !tutorial03.CreateCommandBuffers() ) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user