NazaraEngine/src/Nazara/Graphics
Lynix 4c6f049e0d Fix another lot of warnings from Clang
Closes #90
Closes #91
Closes #92
Closes #93
2016-10-17 16:01:05 +02:00
..
Debug Switch from Nz prefix to namespace Nz for linux 2015-09-27 15:58:49 +02:00
Formats Utility/MaterialData: Remove CustomDefined 2016-08-04 01:12:06 +02:00
Resources Revert "Core/HardwareInfo: Fix indentation (Windows)" 2016-08-31 19:16:03 +02:00
AbstractBackground.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
AbstractRenderQueue.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
AbstractRenderTechnique.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
AbstractViewer.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
Billboard.cpp Sdk/GraphicsComponent: Allows to setup an offset to renderables 2016-09-04 20:02:23 +02:00
ColorBackground.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
DeferredBloomPass.cpp Graphics/DeferredBloomPass: *bloom intensifies* 2016-08-14 18:02:30 +02:00
DeferredDOFPass.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
DeferredFXAAPass.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
DeferredFinalPass.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
DeferredFogPass.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
DeferredForwardPass.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
DeferredGeometryPass.cpp Graphics: Fix EnableInstancing(bool) having no impact 2016-10-17 14:47:15 +02:00
DeferredPhongLightingPass.cpp Graphics/DeferredRenderTechnique: Optimize Deferred Shading 2016-08-15 01:27:33 +02:00
DeferredRenderPass.cpp Graphics/DeferredRenderTechnique: Optimize Deferred Shading 2016-08-15 01:27:33 +02:00
DeferredRenderQueue.cpp Fix a lot of warnings from Clang/GCC 2016-10-17 14:46:53 +02:00
DeferredRenderTechnique.cpp Graphics/DeferredRenderTechnique: Optimize Deferred Shading 2016-08-15 01:27:33 +02:00
DepthRenderQueue.cpp Graphics: Separate pipeline state from Material into a new class, MaterialPipeline 2016-08-05 22:11:13 +02:00
DepthRenderTechnique.cpp Fix another lot of warnings from Clang 2016-10-17 16:01:05 +02:00
Drawable.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
ForwardRenderQueue.cpp Fix a lot of warnings from Clang/GCC 2016-10-17 14:46:53 +02:00
ForwardRenderTechnique.cpp Fix another lot of warnings from Clang 2016-10-17 16:01:05 +02:00
Graphics.cpp Graphics: Separate pipeline state from Material into a new class, MaterialPipeline 2016-08-05 22:11:13 +02:00
GuillotineTextureAtlas.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
InstancedRenderable.cpp Sdk/GraphicsComponent: Allows to setup an offset to renderables 2016-09-04 20:02:23 +02:00
Light.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
Material.cpp Graphics: Separate pipeline state from Material into a new class, MaterialPipeline 2016-08-05 22:11:13 +02:00
MaterialPipeline.cpp Graphics/MaterialPipeline: Add Translucent3D pipeline 2016-08-14 18:00:38 +02:00
Model.cpp Sdk/GraphicsComponent: Allows to setup an offset to renderables 2016-09-04 20:02:23 +02:00
ParticleController.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
ParticleDeclaration.cpp Graphics/ParticleStruct: Add size member to ParticleStruct_Billboard 2016-09-26 13:19:30 +02:00
ParticleEmitter.cpp Graphics/ParticleGroup: Emitters are now updated in case of move and removed in case of release 2016-08-06 01:07:09 +02:00
ParticleFunctionController.cpp Graphics/Particles: Add wrappers on functions controller/generator/renderer 2016-08-14 17:54:37 +02:00
ParticleFunctionGenerator.cpp Graphics/Particles: Add wrappers on functions controller/generator/renderer 2016-08-14 17:54:37 +02:00
ParticleFunctionRenderer.cpp Graphics/Particles: Add wrappers on functions controller/generator/renderer 2016-08-14 17:54:37 +02:00
ParticleGenerator.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
ParticleGroup.cpp Graphics/ParticleGroup: Emitters are now updated in case of move and removed in case of release 2016-08-06 01:07:09 +02:00
ParticleMapper.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
ParticleRenderer.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
RenderTechniques.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
Renderable.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
SkeletalModel.cpp Sdk/GraphicsComponent: Allows to setup an offset to renderables 2016-09-04 20:02:23 +02:00
SkinningManager.cpp Documentation for module: Graphics 2016-05-30 14:21:36 +02:00
SkyboxBackground.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
Sprite.cpp Graphics/Sprite: Allows to set sprite corner color 2016-09-07 13:04:58 +02:00
TextSprite.cpp Sdk/GraphicsComponent: Allows to setup an offset to renderables 2016-09-04 20:02:23 +02:00
TextureBackground.cpp Renderer/RenderStates: Update RenderStates structure (preparing for renderer update) 2016-07-21 23:00:09 +02:00
TileMap.cpp Graphics/TileMap: Add support for isometric tilemaps 2016-09-19 13:07:55 +02:00