mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 06:03:48 +00:00
Added support for uniforms, textures and samplers.
This commit is contained in:
parent
a28914e695
commit
6f8e4cb3ee
7 changed files with 235 additions and 9 deletions
|
|
@ -112,6 +112,7 @@ Var::Var( const char *inName, const char *inType )
|
|||
sampler = false;
|
||||
texCoordNum = 0;
|
||||
constSortPos = cspUninit;
|
||||
constNum = 0;
|
||||
arraySize = 1;
|
||||
texture = false;
|
||||
rank = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue