Uses of Record Class
club.doki7.shaderc.handle.ShadercCompiler
Packages that use ShadercCompiler
-
Uses of ShadercCompiler in club.doki7.shaderc
Methods in club.doki7.shaderc that return ShadercCompilerMethods in club.doki7.shaderc with parameters of type ShadercCompilerModifier 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) voidShaderc.compilerRelease(@Nullable ShadercCompiler param0) -
Uses of ShadercCompiler in club.doki7.shaderc.handle
Classes in club.doki7.shaderc.handle that implement interfaces with type arguments of type ShadercCompilerModifier and TypeClassDescriptionstatic final recordRepresents a pointer toshaderc_compiler_thandle(s) in native memory.Methods in club.doki7.shaderc.handle that return ShadercCompilerModifier and TypeMethodDescription@Nullable ShadercCompilerShadercCompiler.Ptr.read()@Nullable ShadercCompilerShadercCompiler.Ptr.read(long index) Methods in club.doki7.shaderc.handle that return types with arguments of type ShadercCompilerModifier and TypeMethodDescription@NotNull Iterator<ShadercCompiler> ShadercCompiler.Ptr.iterator()Methods in club.doki7.shaderc.handle with parameters of type ShadercCompilerModifier and TypeMethodDescriptionstatic ShadercCompiler.PtrShadercCompiler.Ptr.allocate(Arena arena, @Nullable ShadercCompiler @NotNull [] values) static ShadercCompiler.PtrShadercCompiler.Ptr.allocateV(Arena arena, @Nullable ShadercCompiler value0, @Nullable ShadercCompiler... values) voidShadercCompiler.Ptr.write(long index, @Nullable ShadercCompiler value) voidShadercCompiler.Ptr.write(@Nullable ShadercCompiler value) voidShadercCompiler.Ptr.write(@Nullable ShadercCompiler[] values) voidShadercCompiler.Ptr.writeV(@Nullable ShadercCompiler value0, @Nullable ShadercCompiler... values) Method parameters in club.doki7.shaderc.handle with type arguments of type ShadercCompilerModifier and TypeMethodDescriptionstatic ShadercCompiler.PtrShadercCompiler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable ShadercCompiler> values)