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