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 TypeMethodDescription@Nullable ShadercCompilationResultShaderc.assembleIntoSPV(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceAssembly, long sourceAssemblySize, @Nullable ShadercCompileOptions additionalOptions) @Nullable ShadercCompilationResultShaderc.compileIntoPreprocessedText(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceText, long sourceTextSize, int shaderKind, @Nullable BytePtr inputFileName, @Nullable BytePtr entryPointName, @Nullable ShadercCompileOptions additionalOptions) @Nullable ShadercCompilationResultShaderc.compileIntoSPV(@Nullable ShadercCompiler compiler, @Nullable BytePtr sourceText, long sourceTextSize, int shaderKind, @Nullable BytePtr inputFileName, @Nullable BytePtr entryPointName, @Nullable ShadercCompileOptions additionalOptions) @Nullable ShadercCompilationResultShaderc.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 TypeMethodDescription@Nullable BytePtrShaderc.resultGetBytes(@Nullable ShadercCompilationResult result) intShaderc.resultGetCompilationStatus(@Nullable ShadercCompilationResult param0) @Nullable BytePtrShaderc.resultGetErrorMessage(@Nullable ShadercCompilationResult result) longShaderc.resultGetLength(@Nullable ShadercCompilationResult result) longShaderc.resultGetNumErrors(@Nullable ShadercCompilationResult result) longShaderc.resultGetNumWarnings(@Nullable ShadercCompilationResult result) voidShaderc.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 recordRepresents a pointer toshaderc_compilation_result_thandle(s) in native memory.Methods in club.doki7.shaderc.handle that return ShadercCompilationResultModifier and TypeMethodDescription@Nullable ShadercCompilationResultShadercCompilationResult.Ptr.read()@Nullable ShadercCompilationResultShadercCompilationResult.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.PtrShadercCompilationResult.Ptr.allocate(Arena arena, @Nullable ShadercCompilationResult @NotNull [] values) static ShadercCompilationResult.PtrShadercCompilationResult.Ptr.allocateV(Arena arena, @Nullable ShadercCompilationResult value0, @Nullable ShadercCompilationResult... values) voidShadercCompilationResult.Ptr.write(long index, @Nullable ShadercCompilationResult value) voidShadercCompilationResult.Ptr.write(@Nullable ShadercCompilationResult value) voidShadercCompilationResult.Ptr.write(@Nullable ShadercCompilationResult[] values) voidShadercCompilationResult.Ptr.writeV(@Nullable ShadercCompilationResult value0, @Nullable ShadercCompilationResult... values) Method parameters in club.doki7.shaderc.handle with type arguments of type ShadercCompilationResultModifier and TypeMethodDescriptionstatic ShadercCompilationResult.PtrShadercCompilationResult.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable ShadercCompilationResult> values)