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 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) void
Shaderc.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 record
Represents a pointer toshaderc_compiler_t
handle(s) in native memory.Methods in club.doki7.shaderc.handle that return ShadercCompilerModifier and TypeMethodDescription@Nullable ShadercCompiler
ShadercCompiler.Ptr.read()
@Nullable ShadercCompiler
ShadercCompiler.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.Ptr
ShadercCompiler.Ptr.allocate
(Arena arena, @Nullable ShadercCompiler[] values) static ShadercCompiler.Ptr
ShadercCompiler.Ptr.allocateV
(Arena arena, @Nullable ShadercCompiler value0, @Nullable ShadercCompiler... values) void
ShadercCompiler.Ptr.write
(long index, @Nullable ShadercCompiler value) void
ShadercCompiler.Ptr.write
(@Nullable ShadercCompiler value) void
ShadercCompiler.Ptr.write
(@Nullable ShadercCompiler[] values) void
ShadercCompiler.Ptr.writeV
(@Nullable ShadercCompiler value0, @Nullable ShadercCompiler... values)