Uses of Interface
club.doki7.webgpu.datatype.IWGPUExtent3d
Packages that use IWGPUExtent3d
-
Uses of IWGPUExtent3d in club.doki7.webgpu
Methods in club.doki7.webgpu with parameters of type IWGPUExtent3dModifier 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 IWGPUExtent3d in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUExtent3dModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUExtent3d
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.