ShaderTag

open class ShaderTag

Shader tag.

Functions

Link copied to clipboard
@NotNull
open fun add(@NotNull tag: @NotNull String, @NotNull line: @NotNull List<String>): @NotNull ShaderManager.ShaderTag
Adds to tag newTag() .add("GenerateOtherMainMethod", Collections.emptyList()) .
Link copied to clipboard
@ApiStatus.Internal
@Nullable
open fun get(@NotNull tagName: @NotNull String): @Nullable List<String>
Gets a list from name
Link copied to clipboard
@NotNull
open fun plus(@NotNull tag: @NotNull ShaderManager.ShaderTag): @NotNull ShaderManager.ShaderTag
Sums two different tags to new one.