| .. |
|
Wrapper
|
Optimize out a lot of std::string construction and allocations (#415)
|
2023-12-30 14:50:57 +01:00 |
|
Config.hpp
|
Copyright year update
|
2023-01-22 17:41:18 +01:00 |
|
ConfigCheck.hpp
|
Copyright year update
|
2023-01-22 17:41:18 +01:00 |
|
Debug.hpp
|
Copyright year update
|
2023-01-22 17:41:18 +01:00 |
|
DebugOff.hpp
|
Copyright year update
|
2023-01-22 17:41:18 +01:00 |
|
Utils.hpp
|
Renderer: Expose present mode and allow to query/set it
|
2023-08-13 18:16:03 +02:00 |
|
Utils.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 |
|
Vulkan.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanBuffer.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanBuffer.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanCommandBuffer.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanCommandBuffer.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanCommandBufferBuilder.hpp
|
Renderer: Blit texture to window instead of using a full renderpass
|
2023-11-17 16:59:31 +01:00 |
|
VulkanCommandBufferBuilder.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanCommandPool.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanCommandPool.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanComputePipeline.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanComputePipeline.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanDescriptorSetLayoutCache.hpp
|
Fix includes
|
2023-07-17 19:18:15 +02:00 |
|
VulkanDescriptorSetLayoutCache.inl
|
Fix includes
|
2023-07-17 19:18:15 +02:00 |
|
VulkanDevice.hpp
|
Renderer: Refactor transient resources (allow access at any time)
|
2023-07-21 12:12:10 +02:00 |
|
VulkanDevice.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanFramebuffer.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanFramebuffer.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanRenderImage.hpp
|
Graphics: Replace RenderFrame by RenderResources
|
2023-11-21 23:33:18 +01:00 |
|
VulkanRenderImage.inl
|
Graphics: Replace RenderFrame by RenderResources
|
2023-11-21 23:33:18 +01:00 |
|
VulkanRenderPass.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanRenderPass.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanRenderPipeline.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanRenderPipeline.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanRenderPipelineLayout.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanRenderPipelineLayout.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanRenderer.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanRenderer.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanShaderBinding.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanShaderBinding.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanShaderModule.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanShaderModule.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanSwapchain.hpp
|
Graphics: Replace RenderFrame by RenderResources
|
2023-11-21 23:33:18 +01:00 |
|
VulkanSwapchain.inl
|
Renderer: Blit texture to window instead of using a full renderpass
|
2023-11-17 16:59:31 +01:00 |
|
VulkanTexture.hpp
|
Renderer: Add mipmaps generation support
|
2023-05-14 18:55:41 +02:00 |
|
VulkanTexture.inl
|
Renderer: Add mipmaps generation support
|
2023-05-14 18:55:41 +02:00 |
|
VulkanTextureFramebuffer.hpp
|
Copyright year update
|
2023-01-22 17:41:18 +01:00 |
|
VulkanTextureFramebuffer.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanTextureSampler.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanTextureSampler.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanUploadPool.hpp
|
Update includes for new NazaraUtils version
|
2023-03-19 13:01:56 +01:00 |
|
VulkanUploadPool.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
VulkanWindowFramebuffer.hpp
|
Copyright year update
|
2023-01-22 17:41:18 +01:00 |
|
VulkanWindowFramebuffer.inl
|
Remove .inl inclusion of their .hpp files
|
2023-03-10 13:33:10 +01:00 |
|
Wrapper.hpp
|
Update global headers
|
2023-03-05 18:01:01 +01:00 |