Semantics: Map noise*() to an operator for PureOperatorBuiltins mode.
Fixes issue #157.
This commit is contained in:
parent
32cfd49b68
commit
ba5685a332
5 changed files with 230 additions and 147 deletions
|
|
@ -238,6 +238,8 @@ enum TOperator {
|
|||
|
||||
EOpFtransform,
|
||||
|
||||
EOpNoise,
|
||||
|
||||
EOpEmitVertex, // geometry only
|
||||
EOpEndPrimitive, // geometry only
|
||||
EOpEmitStreamVertex, // geometry only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue