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