Uses of Interface
club.doki7.webgpu.datatype.IWGPUTexelCopyBufferInfo
Packages that use IWGPUTexelCopyBufferInfo
-
Uses of IWGPUTexelCopyBufferInfo in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUTexelCopyBufferInfoModifier and TypeMethodDescriptionvoid
WGPU.commandEncoderCopyBufferToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToBuffer
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) -
Uses of IWGPUTexelCopyBufferInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUTexelCopyBufferInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUTexelCopyBufferInfo
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.