Interface CompiledRenderPipeline

All Known Implementing Classes:
CompiledShaderPipeline

@Environment(CLIENT) public interface CompiledRenderPipeline
Mappings:
Namespace Name
named com/mojang/blaze3d/pipeline/CompiledRenderPipeline
intermediary com/mojang/blaze3d/pipeline/CompiledRenderPipeline
official com/mojang/blaze3d/pipeline/CompiledRenderPipeline
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • containsUniform

      boolean containsUniform(String name)
      Mappings:
      Namespace Name Mixin selector
      named containsUniform Lcom/mojang/blaze3d/pipeline/CompiledRenderPipeline;containsUniform(Ljava/lang/String;)Z
      intermediary containsUniform Lcom/mojang/blaze3d/pipeline/CompiledRenderPipeline;containsUniform(Ljava/lang/String;)Z
      official containsUniform Lcom/mojang/blaze3d/pipeline/CompiledRenderPipeline;containsUniform(Ljava/lang/String;)Z
    • isValid

      boolean isValid()