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 recordRepresents 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 ShadercIncludeResultShadercIncludeResult.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static ShadercIncludeResultShadercIncludeResult.clone(Arena arena, ShadercIncludeResult src) ShadercIncludeResult.contentLength(long value) ShadercIncludeResult.sourceName(@Nullable BytePtr value) ShadercIncludeResult.sourceNameLength(long value) ShadercIncludeResult.Ptr.toArray()ShadercIncludeResult.userData(@NotNull MemorySegment value) 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 ShadercIncludeResultShadercIncludeResult.clone(Arena arena, ShadercIncludeResult src) voidShadercIncludeResult.Ptr.write(long index, @NotNull ShadercIncludeResult value) Method parameters in club.doki7.shaderc.datatype with type arguments of type ShadercIncludeResultModifier and TypeMethodDescriptionShadercIncludeResult.Ptr.at(long index, @NotNull Consumer<@NotNull ShadercIncludeResult> consumer)