mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-09 13:44:32 +00:00
give shadergen tags for the other two potential rendertargets for use down the line
This commit is contained in:
parent
1e66b118b6
commit
ca4b77f424
2 changed files with 11 additions and 1 deletions
|
|
@ -87,6 +87,8 @@ public:
|
|||
RenderTarget1 = 1 << 1,
|
||||
RenderTarget2 = 1 << 2,
|
||||
RenderTarget3 = 1 << 3,
|
||||
RenderTarget4 = 1 << 4,
|
||||
RenderTarget5 = 1 << 5,
|
||||
};
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue