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