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