NazaraEngine/include/Nazara/OpenGLRenderer
Lynix 1e81b38c0f Graphics: Replace RenderFrame by RenderResources
This changes makes the whole rendering independent from the RenderFrame acquired from the Swapchain.
This may allow to do offscreen rendering (= without swapchain), or multi-window rendering in the future
2023-11-21 23:33:18 +01:00
..
Wrapper Renderer: Blit texture to window instead of using a full renderpass 2023-11-17 16:59:31 +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
OpenGLBuffer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLBuffer.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLCommandBuffer.hpp Renderer: Blit texture to window instead of using a full renderpass 2023-11-17 16:59:31 +01:00
OpenGLCommandBuffer.inl Graphics: Add RenderTexture class 2023-11-20 12:36:34 +01:00
OpenGLCommandBufferBuilder.hpp Renderer: Blit texture to window instead of using a full renderpass 2023-11-17 16:59:31 +01:00
OpenGLCommandBufferBuilder.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLCommandPool.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLCommandPool.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLComputePipeline.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLComputePipeline.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLDevice.hpp Renderer: Refactor transient resources (allow access at any time) 2023-07-21 12:12:10 +02:00
OpenGLDevice.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLFboFramebuffer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLFboFramebuffer.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLFramebuffer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLFramebuffer.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLRenderImage.hpp Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
OpenGLRenderImage.inl Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
OpenGLRenderPass.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLRenderPass.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLRenderPipeline.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLRenderPipeline.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLRenderPipelineLayout.hpp Fix check-files 2023-03-21 13:21:49 +01:00
OpenGLRenderPipelineLayout.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLRenderer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLRenderer.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLShaderBinding.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLShaderBinding.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLShaderModule.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLShaderModule.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLSwapchain.hpp Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
OpenGLSwapchain.inl Renderer: Blit texture to window instead of using a full renderpass 2023-11-17 16:59:31 +01:00
OpenGLTexture.hpp Renderer: Add mipmaps generation support 2023-05-14 18:55:41 +02:00
OpenGLTexture.inl Renderer: Fix BuildMipmaps 2023-07-21 12:12:10 +02:00
OpenGLTextureSampler.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLTextureSampler.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLUploadPool.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLUploadPool.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
OpenGLVaoCache.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLVaoCache.inl Update for latest nazarautils update 2023-07-17 19:05:15 +02:00
OpenGLWindowFramebuffer.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
OpenGLWindowFramebuffer.inl Remove .inl inclusion of their .hpp files 2023-03-10 13:33:10 +01:00
Utils.hpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01: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
Wrapper.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00