WebGPUTextures class

Constructors

WebGPUTextures(dynamic device, dynamic properties, WebGPUInfo info)

Properties

defaultCubeTexture ↔ dynamic
getter/setter pair
defaultSampler ↔ dynamic
getter/setter pair
defaultTexture ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
info WebGPUInfo
getter/setter pair
properties ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplerCache Map
getter/setter pair
utils ↔ dynamic
getter/setter pair

Methods

dispose() → dynamic
getDefaultCubeTexture() → dynamic
getDefaultSampler() → dynamic
getDefaultTexture() → dynamic
getSampler(dynamic texture) → dynamic
getTextureGPU(dynamic texture) → dynamic
initRenderTarget(WebGLRenderTarget renderTarget) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSampler(dynamic texture) → dynamic
updateTexture(dynamic texture) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited