Skip to content

Documentation / scene / BluePrintUniformTexture

Interface: BluePrintUniformTexture

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

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:133

Inherited from

IRUniformTexture.name


type

type: string

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

Inherited from

IRUniformTexture.type


texture

texture: string

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

Inherited from

IRUniformTexture.texture


exposed

exposed: boolean

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

Inherited from

IRUniformTexture.exposed


sRGB

sRGB: boolean

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

Inherited from

IRUniformTexture.sRGB


wrapS

wrapS: string

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

Inherited from

IRUniformTexture.wrapS


wrapT

wrapT: string

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

Inherited from

IRUniformTexture.wrapT


minFilter

minFilter: string

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

Inherited from

IRUniformTexture.minFilter


magFilter

magFilter: string

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

Inherited from

IRUniformTexture.magFilter


mipFilter

mipFilter: string

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

Inherited from

IRUniformTexture.mipFilter


inVertexShader

inVertexShader: boolean

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


inFragmentShader

inFragmentShader: boolean

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


finalTexture?

optional finalTexture?: DRef<BaseTexture<unknown>>

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


finalSampler?

optional finalSampler?: TextureSampler

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


params?

optional params?: Vector4

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

Released under the MIT License.