metaforce/Runtime/Graphics/Shaders
Lioncash 136a229a1a Graphics/Shaders: Use std::array where applicable
Makes the arrays strongly typed and impervious to array->pointer decay.
This also allows simplifying some operations (such as being able to call
fill() instead of needing to use std::fill, etc).
2019-11-09 20:22:16 -05:00
..
CAABoxShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CAABoxShader.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CCameraBlurFilter.cpp Graphics/Shaders/CCameraBlurFilter: Move Vert definition into cpp file 2019-11-09 20:22:16 -05:00
CCameraBlurFilter.hpp Graphics/Shaders/CCameraBlurFilter: Move Vert definition into cpp file 2019-11-09 20:22:16 -05:00
CColoredQuadFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CColoredQuadFilter.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CColoredStripShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CColoredStripShader.hpp General: Normalize RuntimeCommon include paths 2019-09-28 04:14:29 -04:00
CDecalShaders.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CDecalShaders.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CElementGenShaders.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CElementGenShaders.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CEnergyBarShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CEnergyBarShader.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CEnvFxShaders.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CEnvFxShaders.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CFluidPlaneShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CFluidPlaneShader.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CFogVolumeFilter.cpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CFogVolumeFilter.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CFogVolumePlaneShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CFogVolumePlaneShader.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CLineRendererShaders.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CLineRendererShaders.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CMapSurfaceShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CMapSurfaceShader.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CModelShaders.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CModelShaders.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CParticleSwooshShaders.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CParticleSwooshShaders.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CPhazonSuitFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CPhazonSuitFilter.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CRadarPaintShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CRadarPaintShader.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CRandomStaticFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CRandomStaticFilter.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CScanLinesFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CScanLinesFilter.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CSpaceWarpFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CSpaceWarpFilter.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CTextSupportShader.cpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CTextSupportShader.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CTexturedQuadFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CTexturedQuadFilter.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CThermalColdFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CThermalColdFilter.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CThermalHotFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CThermalHotFilter.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CWorldShadowShader.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CWorldShadowShader.hpp Graphics/Shaders: Use forward declarations where applicable 2019-11-09 20:22:09 -05:00
CXRayBlurFilter.cpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00
CXRayBlurFilter.hpp Graphics/Shaders: Use std::array where applicable 2019-11-09 20:22:16 -05:00