diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-05 14:47:53 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:44 +0100 |
commit | 8cfb3e4ee57070ff45e7534a986a20c5fd649dc7 (patch) | |
tree | 294d44c2195c4dcf8611bd4600e41e5d45277233 /docs | |
parent | dc057f638c265dda00ff9084ac4605b69716c794 (diff) |
mesa: add ARB_framebuffer_no_attachments named functions
The wording in ARB_framebuffer_no_attachments and EXT_direct_state_access
is different.
In the former framebuffer names must have been generated using glGenFramebuffers
before using the named functions.
In the latter framebuffer names have no such constraints, so we can't use
the _mesa_lookup_framebuffer_dsa function.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 9cf76533fc2..9463b17a043 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -378,7 +378,7 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_bindless_texture DONE GL_ARB_buffer_storage DONE GL_ARB_clear_buffer_object not started - GL_ARB_framebuffer_no_attachments not started + GL_ARB_framebuffer_no_attachments DONE GL_ARB_gpu_shader_fp64 not started GL_ARB_instanced_arrays not started GL_ARB_internalformat_query2 DONE |