Uses of Record Class
club.doki7.shaderc.handle.ShadercCompiler.Ptr
Packages that use ShadercCompiler.Ptr
-
Uses of ShadercCompiler.Ptr in club.doki7.shaderc.handle
Methods in club.doki7.shaderc.handle that return ShadercCompiler.PtrModifier and TypeMethodDescriptionstatic ShadercCompiler.Ptrstatic ShadercCompiler.Ptrstatic ShadercCompiler.PtrShadercCompiler.Ptr.allocate(Arena arena, @Nullable ShadercCompiler @NotNull [] values) static ShadercCompiler.PtrShadercCompiler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable ShadercCompiler> values) static ShadercCompiler.PtrShadercCompiler.Ptr.allocateV(Arena arena, @Nullable ShadercCompiler value0, @Nullable ShadercCompiler... values) ShadercCompiler.Ptr.offset(long offset) ShadercCompiler.Ptr.reinterpret(long newSize) Assume theShadercCompiler.Ptris capable of holding at leastnewSizehandles, create a new viewShadercCompiler.Ptrthat uses the same backing storage as thisShadercCompiler.Ptr, but with the new size.ShadercCompiler.Ptr.slice(long end) ShadercCompiler.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).