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.Ptr
static ShadercCompileOptions.Ptr
static ShadercCompileOptions.Ptr
ShadercCompileOptions.Ptr.allocate
(Arena arena, @Nullable ShadercCompileOptions[] values) static ShadercCompileOptions.Ptr
ShadercCompileOptions.Ptr.allocateV
(Arena arena, @Nullable ShadercCompileOptions value0, @Nullable ShadercCompileOptions... values) ShadercCompileOptions.Ptr.offset
(long offset) ShadercCompileOptions.Ptr.reinterpret
(long newSize) Assume theShadercCompileOptions.Ptr
is capable of holding at leastnewSize
handles, create a new viewShadercCompileOptions.Ptr
that 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).