NazaraEngine/src/Nazara/Renderer
Jérôme Leclercq ed46c87781 Refactor the way resources are loaded (#191)
* WIP

* WIP

* Font works

* WIP: Only Music remains

* Looks like it's working

* Fix oopsie

* Core/ObjectRef: Add cast functions

* Update ChangeLog.md

* Audio/SoundStream: Make sound stream thread-safe
2018-10-28 01:53:11 +02:00
..
Debug Update copyright year 2017-01-20 12:58:35 +01:00
GLX Core: Add MovablePtr class 2017-09-30 13:57:25 +02:00
Win32 Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
Context.cpp Renderer/OpenGL: Enable GL_TEXTURE_CUBE_MAP_SEAMLESS 2018-04-21 00:28:57 +02:00
ContextParameters.cpp Update ContextParameters.cpp (#119) 2017-02-23 00:07:51 +01:00
DebugDrawer.cpp Add normalLength parameter to the DebugDrawer::DrawNormals (#163) 2018-04-30 14:49:44 +02:00
GlslWriter.cpp Core/String: Replace implicit operator std::string by ToStd::String 2017-12-14 19:50:06 +01:00
GpuQuery.cpp Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00
HardwareBuffer.cpp Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00
HardwareBuffer.hpp Prerequisites instead of Prerequesites (typo) #152 (#153) 2018-01-16 12:23:01 +01:00
OpenGL.cpp Renderer/OpenGL: Fix glUniformMatrix4dv not being loaded 2018-09-09 13:56:29 +02:00
RenderBuffer.cpp Update copyright year 2017-01-20 12:58:35 +01:00
RenderTarget.cpp Update copyright year 2017-01-20 12:58:35 +01:00
RenderTexture.cpp Renderer: Replaced RenderTarget::Get[Height|Width] by RenderTarget::GetSize 2017-10-28 23:26:22 +02:00
RenderWindow.cpp Renderer: Replaced RenderTarget::Get[Height|Width] by RenderTarget::GetSize 2017-10-28 23:26:22 +02:00
Renderer.cpp Core/StackArray: Moved StackArray class to its own header 2018-07-02 17:53:49 +02:00
Shader.cpp Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00
ShaderAst.cpp Renderer/ShaderAst: Add ConditionalStatement 2017-08-30 18:21:44 +02:00
ShaderStage.cpp Fix compilation and some warnings 2017-10-02 16:18:15 +02:00
ShaderWriter.cpp Renderer/ShaderAst: Add ConditionalStatement 2017-08-30 18:21:44 +02:00
Texture.cpp Refactor the way resources are loaded (#191) 2018-10-28 01:53:11 +02:00
TextureSampler.cpp Various little fixes (#118) 2017-02-19 23:15:13 +01:00
UberShader.cpp Update copyright year 2017-01-20 12:58:35 +01:00
UberShaderInstance.cpp Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00
UberShaderInstancePreprocessor.cpp Update copyright year 2017-01-20 12:58:35 +01:00
UberShaderPreprocessor.cpp Include-What-You-Use (#137) 2017-10-01 11:17:09 +02:00