Class ShaderProgram.Uniform

java.lang.Object
zombie.core.opengl.ShaderProgram.Uniform
Enclosing class:
ShaderProgram

public static class ShaderProgram.Uniform
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int loc  
    java.lang.String name  
    int sampler  
    int size  
    int type  
  • Constructor Summary

    Constructors
    Constructor Description
    Uniform()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • name

      public java.lang.String name
    • size

      public int size
    • loc

      public int loc
    • type

      public int type
    • sampler

      public int sampler
  • Constructor Details

    • Uniform

      public Uniform()