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.PtrWGPUShaderDefine.Ptr.at(long index, @NotNull Consumer<@NotNull WGPUShaderDefine> consumer) WGPUShaderSourceGLSL.defines(int assumedCount) @NotNull WGPUShaderDefine.PtrWGPUShaderDefine.Ptr.offset(long offset) @NotNull WGPUShaderDefine.PtrWGPUShaderDefine.Ptr.reinterpret(long newSize) Assume theWGPUShaderDefine.Ptris capable of holding at leastnewSizestructures, create a new viewWGPUShaderDefine.Ptrthat uses the same backing storage as thisWGPUShaderDefine.Ptr, but with the new size.WGPUShaderDefine.Ptr.slice(long end) @NotNull WGPUShaderDefine.PtrWGPUShaderDefine.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).