mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Set correct terrain layer texture format.
This commit is contained in:
parent
c354f59b72
commit
b81ebaa386
4 changed files with 4 additions and 1 deletions
|
|
@ -181,6 +181,7 @@ enum GFXFormat
|
|||
// 32 bit texture formats...
|
||||
GFXFormatR8G8B8A8,// first in group...
|
||||
GFXFormatR8G8B8X8,
|
||||
GFXFormatB8G8R8A8,
|
||||
GFXFormatR32F,
|
||||
GFXFormatR16G16,
|
||||
GFXFormatR16G16F,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue