Class EmptyShader

java.lang.Object
icyllis.arc3d.core.shaders.EmptyShader
All Implemented Interfaces:
RefCounted, Shader

public final class EmptyShader extends Object implements Shader
  • Constructor Details

    • EmptyShader

      public EmptyShader()
  • Method Details

    • ref

      public void ref()
      Description copied from interface: RefCounted
      Increases the reference count by 1.
      Specified by:
      ref in interface RefCounted
    • unref

      public void unref()
      Description copied from interface: RefCounted
      Decreases the reference count by 1.
      Specified by:
      unref in interface RefCounted