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