Torque3D/Engine/source/lighting/advanced/glsl
2018-03-13 21:25:45 -05:00
..
advancedLightingFeaturesGLSL.cpp more gfx shadowvar cleanups 2018-03-13 21:25:45 -05:00
advancedLightingFeaturesGLSL.h Goes and replaces the references/names that use Prepass to be Deferred, since we're actually using deferred. 2017-04-11 00:23:14 -05:00
deferredShadingFeaturesGLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
deferredShadingFeaturesGLSL.h engine: 2016-02-16 02:23:23 -06:00
gBufferConditionerGLSL.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
gBufferConditionerGLSL.h Update GLSL Shadergen. Not used on DX9. 2014-04-17 18:39:13 +02:00