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 TypeMethodDescriptionvoidWGPU.commandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) voidWGPU.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 recordRepresents a pointer to aWGPUTexelCopyBufferInfostructure in native memory.static final recordRepresents a pointer to / an array of null structure(s) in native memory.