Bulk update nvpro-samples 11/16/22
This commit is contained in:
parent
4eb75ea5f7
commit
9ed7600eb4
18 changed files with 36 additions and 36 deletions
|
|
@ -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"
|
||||
|
|
@ -33,7 +33,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue