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