Interface MaterialShaders

All Known Implementing Classes:
SimpleMaterialShaders

public interface MaterialShaders
A vertex and fragment shader pair that can be attached to a material.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.resources.ResourceLocation
     
  • Method Details

    • vertexSource

      net.minecraft.resources.ResourceLocation vertexSource()
    • fragmentSource

      net.minecraft.resources.ResourceLocation fragmentSource()