Uses of Interface
club.doki7.webgpu.datatype.IWGPUTexelCopyTextureInfo
Packages that use IWGPUTexelCopyTextureInfo
-
Uses of IWGPUTexelCopyTextureInfo in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUTexelCopyTextureInfoModifier and TypeMethodDescriptionvoid
WGPU.commandEncoderCopyBufferToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyBufferInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToBuffer
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyBufferInfo destination, IWGPUExtent3d copySize) void
WGPU.commandEncoderCopyTextureToTexture
(WGPUCommandEncoder commandEncoder, IWGPUTexelCopyTextureInfo source, IWGPUTexelCopyTextureInfo destination, IWGPUExtent3d copySize) void
WGPU.queueWriteTexture
(WGPUQueue queue, IWGPUTexelCopyTextureInfo destination, @NotNull MemorySegment data, long dataSize, IWGPUTexelCopyBufferLayout dataLayout, IWGPUExtent3d writeSize) -
Uses of IWGPUTexelCopyTextureInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUTexelCopyTextureInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUTexelCopyTextureInfo
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.