Interface Uniform4i

All Known Implementing Classes:
ManagedUniform

public interface Uniform4i
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(int value0, int value1, int value2, int value3)
    Sets the value of a uniform declared in json
  • Method Details

    • set

      @API(status=MAINTAINED, since="1.4.0") void set(int value0, int value1, int value2, int value3)
      Sets the value of a uniform declared in json
      Parameters:
      value0 - int value
      value1 - int value
      value2 - int value
      value3 - int value