Added code for tutorial 05 - Staging Resources

This commit is contained in:
plapins
2016-06-06 14:08:17 +02:00
parent 1ee571a0fb
commit 2c06d5d63f
13 changed files with 1174 additions and 1 deletions

View File

@@ -127,4 +127,10 @@ add_executable( "04" "Vertex_Attributes"
${ALL_BASIC_AND_ADVANCED_SHARED_FILES}
Tutorial04/Tutorial04.h
Tutorial04/main.cpp
Tutorial04/Tutorial04.cpp )
Tutorial04/Tutorial04.cpp )
add_executable( "05" "Staging_Resources"
${ALL_BASIC_AND_ADVANCED_SHARED_FILES}
Tutorial05/Tutorial05.h
Tutorial05/main.cpp
Tutorial05/Tutorial05.cpp )