Uses of Record Class
club.doki7.webgpu.datatype.WGPUSamplerBindingLayout.Ptr
Packages that use WGPUSamplerBindingLayout.Ptr
-
Uses of WGPUSamplerBindingLayout.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUSamplerBindingLayout.PtrModifier and TypeMethodDescriptionstatic WGPUSamplerBindingLayout.PtrWGPUSamplerBindingLayout.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUSamplerBindingLayout> consumer) @NotNull WGPUSamplerBindingLayout.PtrWGPUSamplerBindingLayout.Ptr.offset(long offset) @NotNull WGPUSamplerBindingLayout.PtrWGPUSamplerBindingLayout.Ptr.reinterpret(long newSize) Assume theWGPUSamplerBindingLayout.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUSamplerBindingLayout.Ptrthat uses the same backing storage as thisWGPUSamplerBindingLayout.Ptr, but with the new size.WGPUSamplerBindingLayout.Ptr.slice(long end) @NotNull WGPUSamplerBindingLayout.PtrWGPUSamplerBindingLayout.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).