Class: Texture
Core/Textures/Texture.Texture
Constructors
constructor
• new Texture(engine, name, description, shaderDefine): Texture
Parameters
| Name | Type |
|---|---|
engine | QuantumEngine |
name | string |
description | GPUTextureDescriptor |
shaderDefine | string |
Returns
Defined in
Properties
_texture
• _texture: GPUTexture
Defined in
description
• description: GPUTextureDescriptor
Defined in
engine
• engine: QuantumEngine
Defined in
name
• name: string
Defined in
shaderDefine
• shaderDefine: string