Package com.badlogic.gdx.Graphics

Examples of com.badlogic.gdx.Graphics.BufferFormat


    }
  }

  @Override
  public BufferFormat getBufferFormat () {
    return new BufferFormat(8, 8, 8, 0, 16, config.stencil ? 8 : 0, 0, false);
  }
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.Graphics.BufferFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.