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