NazaraEngine/include/Nazara/VulkanRenderer/Wrapper
Lynix cbd81e3abf Vulkan: Fix DeviceObject not destroying previous object 2020-04-26 16:26:24 +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 Add command buffers (WIP) 2020-04-02 21:07:01 +02:00
CommandBuffer.inl Add command buffers (WIP) 2020-04-02 21:07:01 +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 Split CommandBuffer into Auto and normal variants 2020-03-26 21:09:58 +01:00
DescriptorSet.inl Split CommandBuffer into Auto and normal variants 2020-03-26 21:09:58 +01: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 Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
Device.inl Vulkan: Refactor command buffer and introduce command pool 2020-04-07 21:10:16 +02:00
DeviceFunctions.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
DeviceMemory.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
DeviceMemory.inl Implement UploadPool to efficiently update UBOs 2020-03-26 21:13:06 +01:00
DeviceObject.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
DeviceObject.inl Vulkan: Fix DeviceObject not destroying previous object 2020-04-26 16:26:24 +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 Add support for Vulkan 1.1 & 1.2 2020-03-26 20:42:57 +01: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 Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
Instance.inl Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
InstanceFunctions.hpp Vulkan/Surface: Remove MIR support 2020-04-13 15:12:19 +02:00
InstanceObject.hpp Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
InstanceObject.inl Move Vulkan debug callback to module 2020-04-13 15:12:58 +02:00
Loader.hpp Add support for Vulkan 1.1 & 1.2 2020-03-26 20:42:57 +01:00
Loader.inl Copyright year update 2020-03-05 17:27:26 +01:00
PhysicalDevice.hpp Vulkan: Add physical device extension listing 2020-03-18 13:58:30 +01: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 Add command buffers (WIP) 2020-04-02 21:07:01 +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 Vulkan/Surface: Remove MIR support 2020-04-13 15:12:19 +02:00
Surface.inl Vulkan/Surface: Remove MIR support 2020-04-13 15:12:19 +02:00
Swapchain.hpp Add support for VK_EXT_debug_utils 2020-03-26 23:34:58 +01:00
Swapchain.inl Replace DeviceHandle by references 2020-03-13 18:38:26 +01:00