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