mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Implement Singlepass Terrain Render
This commit is contained in:
parent
49a8c0ad36
commit
87dd7ffc4a
35 changed files with 1658 additions and 951 deletions
|
|
@ -599,7 +599,8 @@ enum GFXShaderConstType
|
|||
// Samplers
|
||||
GFXSCT_Sampler,
|
||||
GFXSCT_SamplerCube,
|
||||
GFXSCT_SamplerCubeArray
|
||||
GFXSCT_SamplerCubeArray,
|
||||
GFXSCT_SamplerTextureArray
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue