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.PtrWGPUStorageTextureBindingLayout.Ptr.offset(long offset) @NotNull WGPUStorageTextureBindingLayout.PtrWGPUStorageTextureBindingLayout.Ptr.reinterpret(long newSize) Assume theWGPUStorageTextureBindingLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUStorageTextureBindingLayout.Ptrthat uses the same backing storage as thisWGPUStorageTextureBindingLayout.Ptr, but with the new size.WGPUStorageTextureBindingLayout.Ptr.slice(long end) @NotNull WGPUStorageTextureBindingLayout.PtrWGPUStorageTextureBindingLayout.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).