Class View.GuardBandOptions

  • Enclosing class:
    View

    public static class View.GuardBandOptions
    extends java.lang.Object
    Options for the screen-space guard band. A guard band can be enabled to avoid some artifacts towards the edge of the screen when using screen-space effects such as SSAO. Enabling the guard band reduces performance slightly. Currently the guard band can only be enabled or disabled.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enabled  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • enabled

        public boolean enabled
    • Constructor Detail

      • GuardBandOptions

        public GuardBandOptions()