mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 12:44:46 +00:00
This commit eliminates 5 warnings output from VALIDATE_LOOKUPTABLE here: https://github.com/GarageGames/Torque3D/blob/development/Engine/source/gfx/gfxStringEnumTranslate.cpp#L167 And prevents a fatal error here: https://github.com/GarageGames/Torque3D/blob/development/Engine/source/gfx/gfxTextureManager.cpp#L1371 that occurs when called from GuiOffscreenCanvas::_setupTargets() for an OpenVROverlay because GFXFormatR8G8B8A8_LINEAR_FORCE is used. |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| cinterface | ||
| collision | ||
| console | ||
| core | ||
| environment | ||
| forest | ||
| gfx | ||
| gui | ||
| i18n | ||
| lighting | ||
| main | ||
| materials | ||
| math | ||
| module | ||
| navigation | ||
| persistence | ||
| platform | ||
| platformMac | ||
| platformPOSIX | ||
| platformSDL | ||
| platformWin32 | ||
| platformX86UNIX | ||
| postFx | ||
| renderInstance | ||
| scene | ||
| sfx | ||
| shaderGen | ||
| sim | ||
| T3D | ||
| terrain | ||
| testing | ||
| ts | ||
| util | ||
| windowManager | ||
| .gitattributes | ||
| ggEndOfLineFix.txt | ||