Skip to content

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

IRUniformTexture.name


type

type: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:125

Inherited from

IRUniformTexture.type


texture

texture: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:126

Inherited from

IRUniformTexture.texture


sRGB

sRGB: boolean

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:127

Inherited from

IRUniformTexture.sRGB


wrapS

wrapS: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:128

Inherited from

IRUniformTexture.wrapS


wrapT

wrapT: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:129

Inherited from

IRUniformTexture.wrapT


minFilter

minFilter: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:130

Inherited from

IRUniformTexture.minFilter


magFilter

magFilter: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:131

Inherited from

IRUniformTexture.magFilter


mipFilter

mipFilter: string

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:132

Inherited from

IRUniformTexture.mipFilter


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?

optional finalTexture?: DRef<BaseTexture<unknown>>

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:143


finalSampler?

optional finalSampler?: TextureSampler

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:144


params?

optional params?: Vector4

Defined in: libs/scene/src/utility/blueprint/material/ir.ts:145

Released under the MIT License.