diff options
author | Emil Velikov <[email protected]> | 2016-04-21 16:20:45 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-24 23:02:08 +0100 |
commit | cbf29d90bae9ba415b8158afc3a06a1360ec0bc4 (patch) | |
tree | 2ec9073c82c8dfc008a35e190c18c894d6a545e3 /include/GL | |
parent | 0d31bfd71aa44aa34f3cfa8711c4070c3fb1e26a (diff) |
mesa_glinterop: use consistent naming scheme for GL interop
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Tested-by: Tom Stellard <[email protected]>
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/mesa_glinterop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/mesa_glinterop.h b/include/GL/mesa_glinterop.h index 814064d8530..087764e2a8a 100644 --- a/include/GL/mesa_glinterop.h +++ b/include/GL/mesa_glinterop.h @@ -193,7 +193,7 @@ typedef struct _mesa_glinterop_export_out { * format specified by glTexStorage, glTexImage, or glRenderbufferStorage * will be returned. */ - GLenum internalformat; + GLenum internal_format; /* Buffer offset and size for GL_ARRAY_BUFFER and GL_TEXTURE_BUFFER. * This allows interop with suballocations (a buffer allocated within |