NazaraEngine/include/Nazara/VulkanRenderer/Wrapper
SirLynix 97d5640967 Renderer: Blit texture to window instead of using a full renderpass
This may improve performance and allow for render targets to customize how they blit the final texture (allowing for render-to-texture)
2023-11-17 16:59:31 +01:00
..
AutoFree.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
AutoFree.inl Minor fixes 2023-03-14 18:06:14 +01:00
Buffer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Buffer.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
CommandBuffer.hpp Fix merge error 2023-07-21 12:12:10 +02:00
CommandBuffer.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
CommandPool.hpp VulkanRenderer: Improve transient command buffer usage 2023-07-21 09:00:34 +02:00
CommandPool.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
DebugReportCallbackEXT.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DebugReportCallbackEXT.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
DebugUtilsMessengerEXT.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DebugUtilsMessengerEXT.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
DescriptorPool.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DescriptorPool.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
DescriptorSet.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DescriptorSet.inl VulkanRenderer: Fix unitybuild causing #define issue because of Windows.h 2023-04-12 14:13:34 +02:00
DescriptorSetLayout.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DescriptorSetLayout.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
Device.hpp Rename EnumMap to EnumArray after nazarautils update 2023-05-30 13:49:19 +02:00
Device.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
DeviceFunctions.hpp VulkanRenderer: Fix function ordering 2023-08-23 17:57:26 +02:00
DeviceMemory.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DeviceMemory.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
DeviceObject.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
DeviceObject.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
Fence.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Fence.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
Framebuffer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Framebuffer.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
GlobalFunctions.hpp Start working on documentation generator 2023-03-21 13:21:00 +01:00
Image.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Image.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
ImageView.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
ImageView.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
Instance.hpp VulkanRenderer: Improve performance of validation message filtering 2023-10-08 13:25:42 +02:00
Instance.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
InstanceFunctions.hpp Start working on documentation generator 2023-03-21 13:21:00 +01:00
InstanceObject.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
InstanceObject.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
Loader.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Loader.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
PhysicalDevice.hpp Minor fixes² 2023-03-14 18:08:29 +01:00
Pipeline.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Pipeline.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
PipelineCache.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
PipelineCache.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
PipelineLayout.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
PipelineLayout.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
QueueHandle.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
QueueHandle.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
RenderPass.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
RenderPass.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
Sampler.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Sampler.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
Semaphore.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Semaphore.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
ShaderModule.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
ShaderModule.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
Surface.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Surface.inl Split error macro into two versions (format vs non-formating) to allow format checking at compile-time 2023-11-02 15:18:03 +01:00
Swapchain.hpp Renderer: Blit texture to window instead of using a full renderpass 2023-11-17 16:59:31 +01:00
Swapchain.inl Renderer: Blit texture to window instead of using a full renderpass 2023-11-17 16:59:31 +01:00