From 9ed7600eb4af228b28cedbe9e3f9dccc2639fa27 Mon Sep 17 00:00:00 2001 From: Mathias Heyer Date: Wed, 16 Nov 2022 10:07:09 -0800 Subject: [PATCH] Bulk update nvpro-samples 11/16/22 --- ray_tracing__advance/hello_vulkan.h | 4 ++-- ray_tracing__before/hello_vulkan.h | 4 ++-- ray_tracing__simple/hello_vulkan.h | 4 ++-- ray_tracing_advanced_compilation/hello_vulkan.h | 4 ++-- ray_tracing_animation/hello_vulkan.h | 4 ++-- ray_tracing_anyhit/hello_vulkan.h | 4 ++-- ray_tracing_ao/hello_vulkan.h | 4 ++-- ray_tracing_callable/hello_vulkan.h | 4 ++-- ray_tracing_gltf/hello_vulkan.h | 4 ++-- ray_tracing_indirect_scissor/hello_vulkan.h | 4 ++-- ray_tracing_instances/hello_vulkan.h | 4 ++-- ray_tracing_intersection/hello_vulkan.h | 4 ++-- ray_tracing_jitter_cam/hello_vulkan.h | 4 ++-- ray_tracing_manyhits/hello_vulkan.h | 4 ++-- ray_tracing_motionblur/hello_vulkan.h | 4 ++-- ray_tracing_rayquery/hello_vulkan.h | 4 ++-- ray_tracing_reflections/hello_vulkan.h | 4 ++-- ray_tracing_specialization/hello_vulkan.h | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) diff --git a/ray_tracing__advance/hello_vulkan.h b/ray_tracing__advance/hello_vulkan.h index c6bc443..fd46211 100644 --- a/ray_tracing__advance/hello_vulkan.h +++ b/ray_tracing__advance/hello_vulkan.h @@ -19,7 +19,7 @@ #pragma once -#include "nvvk/appbase_vk.hpp" +#include "nvvkhl/appbase_vk.hpp" #include "nvvk/debug_util_vk.hpp" #include "nvvk/resourceallocator_vk.hpp" #include "shaders/host_device.h" @@ -57,7 +57,7 @@ using Allocator = nvvk::ResourceAllocatorDedicated; // - 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; diff --git a/ray_tracing__before/hello_vulkan.h b/ray_tracing__before/hello_vulkan.h index 5e149eb..d7bd024 100644 --- a/ray_tracing__before/hello_vulkan.h +++ b/ray_tracing__before/hello_vulkan.h @@ -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; diff --git a/ray_tracing__simple/hello_vulkan.h b/ray_tracing__simple/hello_vulkan.h index 9916a59..d5b2a7e 100644 --- a/ray_tracing__simple/hello_vulkan.h +++ b/ray_tracing__simple/hello_vulkan.h @@ -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; diff --git a/ray_tracing_advanced_compilation/hello_vulkan.h b/ray_tracing_advanced_compilation/hello_vulkan.h index b2302f3..1e628bd 100644 --- a/ray_tracing_advanced_compilation/hello_vulkan.h +++ b/ray_tracing_advanced_compilation/hello_vulkan.h @@ -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" @@ -37,7 +37,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; diff --git a/ray_tracing_animation/hello_vulkan.h b/ray_tracing_animation/hello_vulkan.h index fc645e8..6aa9a7e 100644 --- a/ray_tracing_animation/hello_vulkan.h +++ b/ray_tracing_animation/hello_vulkan.h @@ -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" @@ -37,7 +37,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; diff --git a/ray_tracing_anyhit/hello_vulkan.h b/ray_tracing_anyhit/hello_vulkan.h index 34f67d7..4903b5b 100644 --- a/ray_tracing_anyhit/hello_vulkan.h +++ b/ray_tracing_anyhit/hello_vulkan.h @@ -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; diff --git a/ray_tracing_ao/hello_vulkan.h b/ray_tracing_ao/hello_vulkan.h index 6365d69..2a3a4a6 100644 --- a/ray_tracing_ao/hello_vulkan.h +++ b/ray_tracing_ao/hello_vulkan.h @@ -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" @@ -47,7 +47,7 @@ struct AoControl // - 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; diff --git a/ray_tracing_callable/hello_vulkan.h b/ray_tracing_callable/hello_vulkan.h index 73997f6..a3ee05c 100644 --- a/ray_tracing_callable/hello_vulkan.h +++ b/ray_tracing_callable/hello_vulkan.h @@ -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" @@ -37,7 +37,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; diff --git a/ray_tracing_gltf/hello_vulkan.h b/ray_tracing_gltf/hello_vulkan.h index 52e8010..a1e4f25 100644 --- a/ray_tracing_gltf/hello_vulkan.h +++ b/ray_tracing_gltf/hello_vulkan.h @@ -21,7 +21,7 @@ #include "shaders/host_device.h" -#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" @@ -39,7 +39,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; diff --git a/ray_tracing_indirect_scissor/hello_vulkan.h b/ray_tracing_indirect_scissor/hello_vulkan.h index 190b5b2..1868f1f 100644 --- a/ray_tracing_indirect_scissor/hello_vulkan.h +++ b/ray_tracing_indirect_scissor/hello_vulkan.h @@ -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; diff --git a/ray_tracing_instances/hello_vulkan.h b/ray_tracing_instances/hello_vulkan.h index fe855aa..fe155b4 100644 --- a/ray_tracing_instances/hello_vulkan.h +++ b/ray_tracing_instances/hello_vulkan.h @@ -38,7 +38,7 @@ using Allocator = nvvk::ResourceAllocatorVma; using Allocator = nvvk::ResourceAllocatorDedicated; #endif -#include "nvvk/appbase_vk.hpp" +#include "nvvkhl/appbase_vk.hpp" #include "nvvk/debug_util_vk.hpp" #include "nvvk/descriptorsets_vk.hpp" #include "shaders/host_device.h" @@ -54,7 +54,7 @@ using Allocator = nvvk::ResourceAllocatorDedicated; // - 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; diff --git a/ray_tracing_intersection/hello_vulkan.h b/ray_tracing_intersection/hello_vulkan.h index 0182790..c4018fc 100644 --- a/ray_tracing_intersection/hello_vulkan.h +++ b/ray_tracing_intersection/hello_vulkan.h @@ -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; diff --git a/ray_tracing_jitter_cam/hello_vulkan.h b/ray_tracing_jitter_cam/hello_vulkan.h index a39a59c..bc3f934 100644 --- a/ray_tracing_jitter_cam/hello_vulkan.h +++ b/ray_tracing_jitter_cam/hello_vulkan.h @@ -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; diff --git a/ray_tracing_manyhits/hello_vulkan.h b/ray_tracing_manyhits/hello_vulkan.h index 5d3fdba..b393c66 100644 --- a/ray_tracing_manyhits/hello_vulkan.h +++ b/ray_tracing_manyhits/hello_vulkan.h @@ -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" @@ -42,7 +42,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; diff --git a/ray_tracing_motionblur/hello_vulkan.h b/ray_tracing_motionblur/hello_vulkan.h index e22cd44..1168d98 100644 --- a/ray_tracing_motionblur/hello_vulkan.h +++ b/ray_tracing_motionblur/hello_vulkan.h @@ -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; diff --git a/ray_tracing_rayquery/hello_vulkan.h b/ray_tracing_rayquery/hello_vulkan.h index 77eea3b..16ee16b 100644 --- a/ray_tracing_rayquery/hello_vulkan.h +++ b/ray_tracing_rayquery/hello_vulkan.h @@ -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; diff --git a/ray_tracing_reflections/hello_vulkan.h b/ray_tracing_reflections/hello_vulkan.h index d4c7f4f..b68f797 100644 --- a/ray_tracing_reflections/hello_vulkan.h +++ b/ray_tracing_reflections/hello_vulkan.h @@ -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; diff --git a/ray_tracing_specialization/hello_vulkan.h b/ray_tracing_specialization/hello_vulkan.h index 3068d57..7f8373a 100644 --- a/ray_tracing_specialization/hello_vulkan.h +++ b/ray_tracing_specialization/hello_vulkan.h @@ -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" @@ -37,7 +37,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;