Documentation / scene / BluePrintUniformTexture
Interface: BluePrintUniformTexture
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:140
Represents a uniform texture and its sampler in the blueprint intermediate representation
Extends
Properties
name
name:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:124
Inherited from
type
type:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:125
Inherited from
texture
texture:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:126
Inherited from
sRGB
sRGB:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:127
Inherited from
wrapS
wrapS:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:128
Inherited from
wrapT
wrapT:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:129
Inherited from
minFilter
minFilter:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:130
Inherited from
magFilter
magFilter:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:131
Inherited from
mipFilter
mipFilter:
string
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:132
Inherited from
inVertexShader
inVertexShader:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:141
inFragmentShader
inFragmentShader:
boolean
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:142
finalTexture?
optionalfinalTexture?:DRef<BaseTexture<unknown>>
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:143
finalSampler?
optionalfinalSampler?:TextureSampler
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:144
params?
optionalparams?:Vector4
Defined in: libs/scene/src/utility/blueprint/material/ir.ts:145