diff options
author | Timothy Arceri <[email protected]> | 2015-11-05 22:17:36 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-11-21 07:30:18 +1100 |
commit | b109cd3c276e476143ae85fd48d5e43e904291dd (patch) | |
tree | 2e113e78ebe7b23c7389e7571d945f58124172f0 /docs/GL3.txt | |
parent | f7af69c350977f03c6648bdb0b21851933cb98ad (diff) |
docs: mark compile-time constant expressions as done
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index b768eea789a..ad6b95e992b 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -179,7 +179,7 @@ GL 4.4, GLSL 4.40: GL_ARB_buffer_storage DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_clear_texture DONE (i965, nv50, nvc0) GL_ARB_enhanced_layouts in progress (Timothy) - - compile-time constant expressions in progress + - compile-time constant expressions DONE - explicit byte offsets for blocks in progress - forced alignment within blocks in progress - specified vec4-slot component numbers in progress |