Class LodestoneGlslPreprocessor

java.lang.Object
com.mojang.blaze3d.preprocessor.GlslPreprocessor
team.lodestar.lodestone.systems.postprocess.LodestoneGlslPreprocessor

public class LodestoneGlslPreprocessor extends com.mojang.blaze3d.preprocessor.GlslPreprocessor
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.mojang.blaze3d.preprocessor.GlslPreprocessor

    com.mojang.blaze3d.preprocessor.GlslPreprocessor.Context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    applyImport(boolean p_173374_, String p_173375_)
     

    Methods inherited from class com.mojang.blaze3d.preprocessor.GlslPreprocessor

    process

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LodestoneGlslPreprocessor

      public LodestoneGlslPreprocessor()
  • Method Details

    • applyImport

      @Nullable public @Nullable String applyImport(boolean p_173374_, @Nonnull String p_173375_)
      Specified by:
      applyImport in class com.mojang.blaze3d.preprocessor.GlslPreprocessor