NazaraEngine/include/Nazara
Jérôme Leclercq 58fe411750 Shader/GlslWriter: Move function forward declaration before functions using them
Because of some weird ass shit bug in nvidia driver if functions were forward declared before declaration of UBO they were using
2021-05-26 22:21:57 +02:00
..
Audio Audio/Music: Rework Play() (ensure music has started before return and handle exceptions in thread) 2021-05-25 12:12:15 +02:00
Core Convert all remaining enums to enum classes (!) 2021-05-25 10:40:07 +02:00
Graphics Upgrade Utility 2021-05-25 10:40:07 +02:00
Math Merge branch 'nazara-next' into graphics-next 2021-01-28 16:37:46 +01:00
Network Convert all remaining enums to enum classes (!) 2021-05-25 10:40:07 +02:00
OpenGLRenderer OpenGLRenderer/Program: Add query methods 2021-05-26 22:20:50 +02:00
Physics2D Convert all remaining enums to enum classes (!) 2021-05-25 10:40:07 +02:00
Physics3D Convert all remaining enums to enum classes (!) 2021-05-25 10:40:07 +02:00
Platform Convert all remaining enums to enum classes (!) 2021-05-25 10:40:07 +02:00
Renderer Renderer/Texture: Add static helpers 2021-05-25 15:37:55 +02:00
Shader Shader/GlslWriter: Move function forward declaration before functions using them 2021-05-26 22:21:57 +02:00
Utility Convert all remaining enums to enum classes (!) 2021-05-25 10:40:07 +02:00
VulkanRenderer Upgrade Utility 2021-05-25 10:40:07 +02:00
Audio.hpp Global headers: Remove the generation date 2016-10-28 17:53:03 +02:00
Core.hpp Remove Nz::String and Nz::StringStream 2020-09-25 19:31:01 +02:00
Debug.hpp
DebugOff.hpp
Graphics.hpp Update global headers 2021-05-14 03:35:32 +02:00
Math.hpp Math: Update global header 2018-09-05 21:53:13 +02:00
Network.hpp Regenerate global headers 2017-10-10 21:52:34 +02:00
OpenGLRenderer.hpp Minor fixes 2021-04-20 18:18:27 +02:00
Physics2D.hpp Update global headers 2018-09-06 18:35:51 +02:00
Physics3D.hpp Global headers: Remove the generation date 2016-10-28 17:53:03 +02:00
Platform.hpp Regenerate global headers 2017-10-10 21:52:34 +02:00
Prerequisites.hpp Build Nazara on macos up to Nazara_network (not included 2020-11-21 20:05:19 +01:00
Renderer.hpp Renderer: Replace ShaderStage by ShaderModule (a module can handle multiple stages) 2021-04-20 18:18:27 +02:00
Shader.hpp Update global headers 2021-05-14 03:35:32 +02:00
Utility.hpp Rename a few classes 2020-08-04 15:31:47 +02:00
VulkanRenderer.hpp Shader: Cleanup and rename AST files 2021-04-20 18:18:27 +02:00