Uses of Record Class
club.doki7.shaderc.datatype.ShadercIncludeResult
Packages that use ShadercIncludeResult
-
Uses of ShadercIncludeResult in club.doki7.shaderc.datatype
Classes in club.doki7.shaderc.datatype that implement interfaces with type arguments of type ShadercIncludeResultModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.shaderc.datatype that return ShadercIncludeResultModifier and TypeMethodDescriptionstatic ShadercIncludeResult
@NotNull ShadercIncludeResult
ShadercIncludeResult.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static ShadercIncludeResult
ShadercIncludeResult.clone
(Arena arena, ShadercIncludeResult src) ShadercIncludeResult.contentLength
(long value) ShadercIncludeResult.sourceName
(@Nullable BytePtr value) ShadercIncludeResult.sourceNameLength
(long value) ShadercIncludeResult.Ptr.toArray()
Methods in club.doki7.shaderc.datatype that return types with arguments of type ShadercIncludeResultModifier and TypeMethodDescription@NotNull Iterator
<ShadercIncludeResult> ShadercIncludeResult.Ptr.iterator()
Methods in club.doki7.shaderc.datatype with parameters of type ShadercIncludeResultModifier and TypeMethodDescriptionstatic ShadercIncludeResult
ShadercIncludeResult.clone
(Arena arena, ShadercIncludeResult src) void
ShadercIncludeResult.Ptr.write
(long index, @NotNull ShadercIncludeResult value)