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 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 IWGPUTexelCopyTextureInfo in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUTexelCopyTextureInfoModifier and TypeClassDescriptionfinal recordRepresents a pointer to aWGPUTexelCopyTextureInfostructure in native memory.static final recordRepresents a pointer to / an array of null structure(s) in native memory.