Capítulo 389 de 859
The node allows to set values for built-in shader variables. That is required for features like hardware-accelerated vertex clipping.
Constructor
| Signature |
|---|
new BuiltinNode( name : string ) |
Properties
| Property | Description |
|---|---|
.isBuiltinNode : boolean (readonly) | This flag can be used for type testing. |
.name : string | The name of the built-in shader variable. |
Methods
| Method | Description |
|---|---|
.generate( builder : NodeBuilder ) : string | Generates the code snippet of the builtin node. |