NazaraEngine/include/Nazara/VulkanRenderer/Wrapper
Jérôme Leclercq 465837ff12 Renderer: Add support for cubemaps 2021-06-01 12:30:37 +02:00
..
AutoFree.hpp Split CommandBuffer into Auto and normal variants 2020-03-26 21:09:58 +01:00
AutoFree.inl Split CommandBuffer into Auto and normal variants 2020-03-26 21:09:58 +01:00
Buffer.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Buffer.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
CommandBuffer.hpp Renderer: Add support for cubemaps 2021-06-01 12:30:37 +02:00
CommandBuffer.inl Renderer: Add support for cubemaps 2021-06-01 12:30:37 +02:00
CommandPool.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
CommandPool.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
DebugUtilsMessengerEXT.hpp Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
DebugUtilsMessengerEXT.inl Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
DescriptorPool.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
DescriptorPool.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
DescriptorSet.hpp Fix VulkanRenderer compilation under Linux ( 🖕 X.h) 2020-09-04 15:13:18 +02:00
DescriptorSet.inl VulkanRenderer: Fix descriptor pool release 2021-05-19 20:32:02 +02:00
DescriptorSetLayout.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
DescriptorSetLayout.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
Device.hpp Vulkan: Refactor function list headers 2020-09-04 15:21:46 +02:00
Device.inl Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00
DeviceFunctions.hpp Vulkan: Refactor function list headers 2020-09-04 15:21:46 +02:00
DeviceMemory.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
DeviceMemory.inl Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00
DeviceObject.hpp Fix VulkanRenderer compilation under Linux ( 🖕 X.h) 2020-09-04 15:13:18 +02:00
DeviceObject.inl Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
Fence.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Fence.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
Framebuffer.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Framebuffer.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
GlobalFunctions.hpp Vulkan: Refactor function list headers 2020-09-04 15:21:46 +02:00
Image.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Image.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
ImageView.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
ImageView.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
Instance.hpp Fix minor stuff 2020-09-04 16:14:11 +02:00
Instance.inl Fix minor stuff 2020-09-04 16:14:11 +02:00
InstanceFunctions.hpp Vulkan: Refactor function list headers 2020-09-04 15:21:46 +02:00
InstanceObject.hpp Fix VulkanRenderer compilation under Linux ( 🖕 X.h) 2020-09-04 15:13:18 +02:00
InstanceObject.inl Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
Loader.hpp Vulkan: Refactor function list headers 2020-09-04 15:21:46 +02:00
Loader.inl Copyright year update 2020-03-05 17:27:26 +01:00
PhysicalDevice.hpp Renderer: Add RenderDevice::GetDeviceInfo() 2021-05-14 01:55:16 +02:00
Pipeline.hpp Minor C++ fixes 2020-03-17 17:13:27 +01:00
Pipeline.inl Minor C++ fixes 2020-03-17 17:13:27 +01:00
PipelineCache.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
PipelineCache.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
PipelineLayout.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
PipelineLayout.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
QueueHandle.hpp Fix VulkanRenderer compilation under Linux ( 🖕 X.h) 2020-09-04 15:13:18 +02:00
QueueHandle.inl Add command buffers (WIP) 2020-04-02 21:07:01 +02:00
RenderPass.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
RenderPass.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
Sampler.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Sampler.inl Add texture in demo 2020-03-18 13:48:05 +01:00
Semaphore.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Semaphore.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
ShaderModule.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
ShaderModule.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00
Surface.hpp Fix VulkanRenderer compilation under Linux ( 🖕 X.h) 2020-09-04 15:13:18 +02:00
Surface.inl Vulkan/Surface: Remove MIR support 2020-04-13 15:12:19 +02:00
Swapchain.hpp VulkanRenderer/Swapchain: Rename Buffer to Image 2020-09-04 15:58:07 +02:00
Swapchain.inl Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00