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