From cbf29d90bae9ba415b8158afc3a06a1360ec0bc4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 21 Apr 2016 16:20:45 +0100 Subject: mesa_glinterop: use consistent naming scheme for GL interop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emil Velikov Reviewed-by: Marek Olšák Tested-by: Tom Stellard --- include/GL/mesa_glinterop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/GL/mesa_glinterop.h') 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 -- cgit v1.2.1