blob: 97fd6c4a661da8105c1e610095f1d96fada3d23a (
plain)
1
2
3
4
5
6
7
8
9
10
|
/** Part of <code>GL_ARB_uniform_buffer_object</code> */
public static final int GL_INVALID_INDEX = 0xFFFFFFFF ;
/** Part of <code>GL_ARB_sync</code> */
public static final long GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFFL ;
/** Part of <code>GL_ARB_shader_image_load_store</code> */
public static final int GL_ALL_BARRIER_BITS = 0xFFFFFFFF ;
|