Update Caps.java

This commit is contained in:
TehLeo 2016-11-12 18:52:36 +01:00 committed by GitHub
parent 85f1e6ab46
commit 7ed61854df

View File

@ -202,6 +202,11 @@ public enum Caps {
*/ */
FloatTexture, FloatTexture,
/**
* Supports integer textures
*/
IntegerTexture,
/** /**
* Supports floating point FBO color buffers (Format.RGB16F) * Supports floating point FBO color buffers (Format.RGB16F)
*/ */