MCPcopy
hub / github.com/libgdx/libgdx / getBufferFormat

Method getBufferFormat

gdx/src/com/badlogic/gdx/Graphics.java:322–322  ·  view source on GitHub ↗

@return the format of the color, depth and stencil buffer in a BufferFormat instance

()

Source from the content-addressed store, hash-verified

320
321 /** @return the format of the color, depth and stencil buffer in a {@link BufferFormat} instance */
322 BufferFormat getBufferFormat ();
323
324 /** @param extension the extension name
325 * @return whether the extension is supported */

Callers 2

createMethod · 0.65
clearMethod · 0.65

Implementers 1

AbstractGraphicsgdx/src/com/badlogic/gdx/AbstractGraph

Calls

no outgoing calls

Tested by 1

createMethod · 0.52