mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
remove glowbin as it's own render pass
This commit is contained in:
parent
ca5cb3f85f
commit
56e4484ff6
19 changed files with 44 additions and 510 deletions
|
|
@ -45,10 +45,6 @@ struct SceneData
|
|||
/// the special bins we care about.
|
||||
RegularBin = 0,
|
||||
|
||||
/// The glow render bin.
|
||||
/// @see RenderGlowMgr
|
||||
GlowBin,
|
||||
|
||||
/// The deferred render bin.
|
||||
/// @RenderDeferredMgr
|
||||
DeferredBin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue