NazaraEngine/include/Nazara/VulkanRenderer
Jérôme Leclercq b62130dab9 VulkanRenderer: Fix physical device bullshit
Keep a single list instead of many
2020-10-30 23:06:56 +01:00
..
Wrapper Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
Config.hpp Fix copyright dates and some defines 2020-08-11 00:01:49 +02:00
ConfigCheck.hpp Fix copyright dates and some defines 2020-08-11 00:01:49 +02:00
Debug.hpp Fix copyright dates and some defines 2020-08-11 00:01:49 +02:00
DebugOff.hpp Fix copyright dates and some defines 2020-08-11 00:01:49 +02:00
Utils.hpp Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00
Utils.inl Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00
VkRenderTarget.hpp Fix VulkanRenderer compilation under Linux ( 🖕 X.h) 2020-09-04 15:13:18 +02:00
VkRenderTarget.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VkRenderWindow.hpp Renderer: Replace unique_ptr by shared_ptr 2020-09-20 15:56:58 +02:00
VkRenderWindow.inl VulkanRenderer: Handle window resize 2020-08-27 16:16:33 +02:00
Vulkan.hpp Vulkan: Refactor command buffer and introduce command pool 2020-04-07 21:10:16 +02:00
VulkanBuffer.hpp Fix copyright dates and some defines 2020-08-11 00:01:49 +02:00
VulkanBuffer.inl Fix minor stuff 2020-09-04 16:14:11 +02:00
VulkanCommandBuffer.hpp Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
VulkanCommandBuffer.inl Allocate command buffers from pools 2020-08-27 18:31:26 +02:00
VulkanCommandBufferBuilder.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanCommandBufferBuilder.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanCommandPool.hpp Allocate command buffers from pools 2020-08-27 18:31:26 +02:00
VulkanCommandPool.inl Allocate command buffers from pools 2020-08-27 18:31:26 +02:00
VulkanDevice.hpp Renderer: Rename ShaderStageImpl to ShaderStage 2020-10-30 23:06:15 +01:00
VulkanDevice.inl Copyright year update 2020-03-05 17:27:26 +01:00
VulkanFramebuffer.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanFramebuffer.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanMultipleFramebuffer.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanMultipleFramebuffer.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanRenderImage.hpp Vulkan: Refactor command buffer and introduce command pool 2020-04-07 21:10:16 +02:00
VulkanRenderImage.inl Add command buffers (WIP) 2020-04-02 21:07:01 +02:00
VulkanRenderPass.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanRenderPass.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanRenderPipeline.hpp Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanRenderPipeline.inl Copyright year update 2020-03-05 17:27:26 +01:00
VulkanRenderPipelineLayout.hpp Vulkan: Replace ShaderBinding& by ShaderBindingPtr 2020-04-06 21:13:59 +02:00
VulkanRenderPipelineLayout.inl Fix infinite loop 2020-08-25 12:34:43 +02:00
VulkanRenderer.hpp VulkanRenderer: Fix physical device bullshit 2020-10-30 23:06:56 +01:00
VulkanRenderer.inl Copyright year update 2020-03-05 17:27:26 +01:00
VulkanShaderBinding.hpp Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
VulkanShaderBinding.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanShaderStage.hpp Renderer: Rename ShaderStageImpl to ShaderStage 2020-10-30 23:06:15 +01:00
VulkanShaderStage.inl Copyright year update 2020-03-05 17:27:26 +01:00
VulkanSingleFramebuffer.hpp Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
VulkanSingleFramebuffer.inl Vulkan: Add renderpass and framebuffers 2020-04-10 17:36:05 +02:00
VulkanSurface.hpp Fix copyright dates and some defines 2020-08-11 00:01:49 +02:00
VulkanSurface.inl Copyright year update 2020-03-05 17:27:26 +01:00
VulkanTexture.hpp Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
VulkanTexture.inl Implement Texture and TextureSampler 2020-03-26 21:18:35 +01:00
VulkanTextureSampler.hpp Fix a lot of warnings and some errors 2020-09-26 11:44:09 +02:00
VulkanTextureSampler.inl Minor fixes 2020-04-26 16:29:39 +02:00
VulkanUploadPool.hpp OpenGL: Random stuff I forgot 2020-05-11 14:05:40 +02:00
VulkanUploadPool.inl Implement UploadPool to efficiently update UBOs 2020-03-26 21:13:06 +01:00
Wrapper.hpp Update global headers 2020-09-11 13:50:19 +02:00