Package rosequartz

Interface NativesFX.RenderTarget

Enclosing class:
NativesFX

public static interface NativesFX.RenderTarget
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clearColor​(float red, float green, float blue, float alpha)
     
    void
    clearDepth​(float value)
     
    void
     
  • Method Details

    • target

      void target()
    • clearColor

      void clearColor(float red, float green, float blue, float alpha)
    • clearDepth

      void clearDepth(float value)