Uses of Interface
club.doki7.webgpu.datatype.IWGPUTextureViewDescriptor
Packages that use IWGPUTextureViewDescriptor
-
Uses of IWGPUTextureViewDescriptor in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUTextureViewDescriptorModifier and TypeMethodDescription@Nullable WGPUTextureView
WGPU.textureCreateView
(WGPUTexture texture, @Nullable IWGPUTextureViewDescriptor descriptor) -
Uses of IWGPUTextureViewDescriptor in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUTextureViewDescriptorModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUTextureViewDescriptor
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.