mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +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
|
|
@ -555,11 +555,9 @@ public:
|
|||
class GlowMaskHLSL : public ShaderFeatureHLSL
|
||||
{
|
||||
public:
|
||||
|
||||
void processPix( Vector<ShaderComponent*> &componentList,
|
||||
const MaterialFeatureData &fd ) override;
|
||||
|
||||
Material::BlendOp getBlendOp() override { return Material::None; }
|
||||
|
||||
String getName() override
|
||||
{
|
||||
return "Glow Mask";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue