Uses of Record Class
club.doki7.webgpu.datatype.WGPUDeviceDescriptor.Ptr
Packages that use WGPUDeviceDescriptor.Ptr
-
Uses of WGPUDeviceDescriptor.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUDeviceDescriptor.PtrModifier and TypeMethodDescriptionstatic WGPUDeviceDescriptor.Ptr
WGPUDeviceDescriptor.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUDeviceDescriptor> consumer) @NotNull WGPUDeviceDescriptor.Ptr
WGPUDeviceDescriptor.Ptr.offset
(long offset) @NotNull WGPUDeviceDescriptor.Ptr
WGPUDeviceDescriptor.Ptr.reinterpret
(long newSize) Assume theWGPUDeviceDescriptor.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUDeviceDescriptor.Ptr
that uses the same backing storage as thisWGPUDeviceDescriptor.Ptr
, but with the new size.WGPUDeviceDescriptor.Ptr.slice
(long end) @NotNull WGPUDeviceDescriptor.Ptr
WGPUDeviceDescriptor.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).