pixi-jsClasses
Class: GPUTextureGpuData
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/texture/GpuTextureSystem.d.ts:16
Internal
Stores GPU-specific data for a Texture instance in WebGL context.
Implements
Constructors
Constructor
> new GPUTextureGpuData(gpuTexture): GPUTextureGpuData
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/texture/GpuTextureSystem.d.ts:19
Parameters
gpuTexture
GPUTexture
Returns
GPUTextureGpuData
Properties
gpuTexture
> gpuTexture: GPUTexture
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/texture/GpuTextureSystem.d.ts:17
textureView
> textureView: GPUTextureView
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/texture/GpuTextureSystem.d.ts:18
Methods
destroy()
> destroy(): void
Defined in: node_modules/pixi.js/lib/rendering/renderers/gpu/texture/GpuTextureSystem.d.ts:21
Destroys this GPU data instance.
Returns
void