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