Sample on vulkan.hpp: 07_InitUniformBuffer. (#203)

This commit is contained in:
Andreas Süßenbach
2018-04-09 10:53:55 +02:00
committed by Markus Tavenrath
parent bbaa5956c6
commit 33c7954b6e
5 changed files with 152 additions and 3 deletions

View File

@@ -12,13 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// VulkanHpp Samples : 05_InitSwapchain
// Initialize a swapchain
// VulkanHpp Samples : 06_InitDepthBuffer
// Initialize a depth buffer
#include "vulkan/vulkan.hpp"
#include <iostream>
static char const* AppName = "05_InitSwapchain";
static char const* AppName = "06_InitDepthBuffer";
static char const* EngineName = "Vulkan.hpp";
template<class T, class Compare>