Bulk update nvpro-samples 11/16/22

This commit is contained in:
Mathias Heyer 2022-11-16 10:07:09 -08:00
parent 4eb75ea5f7
commit 9ed7600eb4
18 changed files with 36 additions and 36 deletions

View file

@ -19,7 +19,7 @@
#pragma once
#include "nvvk/appbase_vk.hpp"
#include "nvvkhl/appbase_vk.hpp"
#include "nvvk/debug_util_vk.hpp"
#include "nvvk/descriptorsets_vk.hpp"
#include "nvvk/memallocator_dma_vk.hpp"
@ -36,7 +36,7 @@
// - Rendering is done in an offscreen framebuffer
// - The image of the framebuffer is displayed in post-process in a full-screen quad
//
class HelloVulkan : public nvvk::AppBaseVk
class HelloVulkan : public nvvkhl::AppBaseVk
{
public:
void setup(const VkInstance& instance, const VkDevice& device, const VkPhysicalDevice& physicalDevice, uint32_t queueFamily) override;