Uses of Record Class
club.doki7.shaderc.handle.ShadercCompilationResult.Ptr
Packages that use ShadercCompilationResult.Ptr
-
Uses of ShadercCompilationResult.Ptr in club.doki7.shaderc.handle
Methods in club.doki7.shaderc.handle that return ShadercCompilationResult.PtrModifier and TypeMethodDescriptionstatic ShadercCompilationResult.Ptr
static ShadercCompilationResult.Ptr
static ShadercCompilationResult.Ptr
ShadercCompilationResult.Ptr.allocate
(Arena arena, @Nullable ShadercCompilationResult[] values) static ShadercCompilationResult.Ptr
ShadercCompilationResult.Ptr.allocateV
(Arena arena, @Nullable ShadercCompilationResult value0, @Nullable ShadercCompilationResult... values) ShadercCompilationResult.Ptr.offset
(long offset) ShadercCompilationResult.Ptr.reinterpret
(long newSize) Assume theShadercCompilationResult.Ptr
is capable of holding at leastnewSize
handles, create a new viewShadercCompilationResult.Ptr
that uses the same backing storage as thisShadercCompilationResult.Ptr
, but with the new size.ShadercCompilationResult.Ptr.slice
(long end) ShadercCompilationResult.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).