Uses of Record Class
club.doki7.webgpu.datatype.WGPUTextureDescriptor.Ptr
Packages that use WGPUTextureDescriptor.Ptr
-
Uses of WGPUTextureDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUTextureDescriptor.PtrModifier and TypeMethodDescriptionstatic WGPUTextureDescriptor.Ptr
WGPUTextureDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUTextureDescriptor> consumer) @NotNull WGPUTextureDescriptor.Ptr
WGPUTextureDescriptor.Ptr.offset
(long offset) @NotNull WGPUTextureDescriptor.Ptr
WGPUTextureDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUTextureDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUTextureDescriptor.Ptr
that uses the same backing storage as thisWGPUTextureDescriptor.Ptr
, but with the new size.WGPUTextureDescriptor.Ptr.slice
(long end) @NotNull WGPUTextureDescriptor.Ptr
WGPUTextureDescriptor.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).