Update Caps.java

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

@ -201,7 +201,12 @@ public enum Caps {
* Supports floating point & half textures (Format.RGB16F)
*/
FloatTexture,
/**
* Supports integer textures
*/
IntegerTexture,
/**
* Supports floating point FBO color buffers (Format.RGB16F)
*/