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