diff options
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 1e7a93e939a..8c7549162c4 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -809,6 +809,9 @@ struct dd_function_table { struct gl_renderbuffer_attachment *att, struct gl_texture_object *texObj, GLenum texTarget, GLuint level, GLuint zoffset); + void (*FinishRenderTexture)(GLcontext *ctx, + struct gl_texture_object *texObj, + GLuint face, GLuint level); /*@}*/ #endif #if FEATURE_EXT_framebuffer_blit |