Uses of Record Class
club.doki7.webgpu.datatype.WGPUShaderDefine.Ptr
Packages that use WGPUShaderDefine.Ptr
-
Uses of WGPUShaderDefine.Ptr in club.doki7.webgpu.datatype
Methods in club.doki7.webgpu.datatype that return WGPUShaderDefine.PtrModifier and TypeMethodDescriptionstatic WGPUShaderDefine.Ptr
WGPUShaderDefine.Ptr.at
(long index, @NotNull Consumer<@NotNull WGPUShaderDefine> consumer) WGPUShaderSourceGLSL.defines
(int assumedCount) @NotNull WGPUShaderDefine.Ptr
WGPUShaderDefine.Ptr.offset
(long offset) @NotNull WGPUShaderDefine.Ptr
WGPUShaderDefine.Ptr.reinterpret
(long newSize) Assume theWGPUShaderDefine.Ptr
is capable of holding at leastnewSize
structures, create a new viewWGPUShaderDefine.Ptr
that uses the same backing storage as thisWGPUShaderDefine.Ptr
, but with the new size.WGPUShaderDefine.Ptr.slice
(long end) @NotNull WGPUShaderDefine.Ptr
WGPUShaderDefine.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).