GLSLCodeGenerator
Constants
- temp_connections :
Array.<Connection>
Functions
- genTypeSpecifier(type) ⇒
string
- genVarDeclaration(name, type) ⇒
string
- initializeDefaultValue(context, output, type)
temp_connections : Array.<Connection>
Kind: global constant
genTypeSpecifier(type) ⇒ string
Kind: global function
Param | Type |
---|---|
type | ParticleDataTypes |
genVarDeclaration(name, type) ⇒ string
Kind: global function
Param | Type |
---|---|
name | string |
type | ParticleDataTypes |
initializeDefaultValue(context, output, type)
Kind: global function
Param | Type |
---|---|
context | CodeContext |
output | LineBuilder |
type | ParticleDataTypes |