Uses of Record Class
club.doki7.shaderc.handle.ShadercCompilationResult
Packages that use ShadercCompilationResult
-
Uses of ShadercCompilationResult in club.doki7.shaderc
Methods in club.doki7.shaderc that return ShadercCompilationResultModifier and TypeMethodDescriptionShaderc.assembleIntoSPV
(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceAssembly, long sourceAssemblySize, @Nullable ShadercCompileOptions additionalOptions) Shaderc.compileIntoPreprocessedText
(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceText, long sourceTextSize, int shaderKind, @Nullable BytePtr inputFileName, @Nullable BytePtr entryPointName, @Nullable ShadercCompileOptions additionalOptions) Shaderc.compileIntoSPV
(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceText, long sourceTextSize, int shaderKind, @Nullable BytePtr inputFileName, @Nullable BytePtr entryPointName, @Nullable ShadercCompileOptions additionalOptions) Shaderc.compileIntoSPVAssembly
(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceText, long sourceTextSize, int shaderKind, @Nullable BytePtr inputFileName, @Nullable BytePtr entryPointName, @Nullable ShadercCompileOptions additionalOptions) Methods in club.doki7.shaderc with parameters of type ShadercCompilationResultModifier and TypeMethodDescriptionShaderc.resultGetBytes
(@Nullable ShadercCompilationResult result) int
Shaderc.resultGetCompilationStatus
(@Nullable ShadercCompilationResult param0) Shaderc.resultGetErrorMessage
(@Nullable ShadercCompilationResult result) long
Shaderc.resultGetLength
(@Nullable ShadercCompilationResult result) long
Shaderc.resultGetNumErrors
(@Nullable ShadercCompilationResult result) long
Shaderc.resultGetNumWarnings
(@Nullable ShadercCompilationResult result) void
Shaderc.resultRelease
(@Nullable ShadercCompilationResult result) -
Uses of ShadercCompilationResult in club.doki7.shaderc.handle
Classes in club.doki7.shaderc.handle that implement interfaces with type arguments of type ShadercCompilationResultModifier and TypeClassDescriptionstatic final record
Represents a pointer toshaderc_compilation_result_t
handle(s) in native memory.Methods in club.doki7.shaderc.handle that return ShadercCompilationResultModifier and TypeMethodDescription@Nullable ShadercCompilationResult
ShadercCompilationResult.Ptr.read()
@Nullable ShadercCompilationResult
ShadercCompilationResult.Ptr.read
(long index) Methods in club.doki7.shaderc.handle that return types with arguments of type ShadercCompilationResultModifier and TypeMethodDescription@NotNull Iterator
<ShadercCompilationResult> ShadercCompilationResult.Ptr.iterator()
Methods in club.doki7.shaderc.handle with parameters of type ShadercCompilationResultModifier and TypeMethodDescriptionstatic ShadercCompilationResult.Ptr
ShadercCompilationResult.Ptr.allocate
(Arena arena, @Nullable ShadercCompilationResult[] values) static ShadercCompilationResult.Ptr
ShadercCompilationResult.Ptr.allocateV
(Arena arena, @Nullable ShadercCompilationResult value0, @Nullable ShadercCompilationResult... values) void
ShadercCompilationResult.Ptr.write
(long index, @Nullable ShadercCompilationResult value) void
ShadercCompilationResult.Ptr.write
(@Nullable ShadercCompilationResult value) void
ShadercCompilationResult.Ptr.write
(@Nullable ShadercCompilationResult[] values) void
ShadercCompilationResult.Ptr.writeV
(@Nullable ShadercCompilationResult value0, @Nullable ShadercCompilationResult... values)