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.Ptr
WGPUShaderSourceGLSL.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUShaderSourceGLSL> consumer) @NotNull WGPUShaderSourceGLSL.Ptr
WGPUShaderSourceGLSL.Ptr.offset
(long offset) @NotNull WGPUShaderSourceGLSL.Ptr
WGPUShaderSourceGLSL.Ptr.reinterpret
(long newSize) Assume theWGPUShaderSourceGLSL.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderSourceGLSL.Ptr
that uses the same backing storage as thisWGPUShaderSourceGLSL.Ptr
, but with the new size.WGPUShaderSourceGLSL.Ptr.slice
(long end) @NotNull WGPUShaderSourceGLSL.Ptr
WGPUShaderSourceGLSL.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).