mesa: new driver hooks for GL_ARB_sampler_objects

This commit is contained in:
Brian Paul
2011-04-10 12:46:32 -06:00
parent aebe16da53
commit 0308beebc2
+8
View File
@@ -1021,6 +1021,14 @@ struct dd_function_table {
* \name GL_NV_texture_barrier interface
*/
void (*TextureBarrier)(struct gl_context *ctx);
/**
* \name GL_ARB_sampler_objects
*/
struct gl_sampler_object * (*NewSamplerObject)(struct gl_context *ctx,
GLuint name);
void (*DeleteSamplerObject)(struct gl_context *ctx,
struct gl_sampler_object *samp);
};