summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/samplerobj.h
diff options
context:
space:
mode:
authorMartin Peres <[email protected]>2015-02-12 13:12:19 +0200
committerMartin Peres <[email protected]>2015-03-25 10:05:45 +0200
commit73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe (patch)
tree180672efa7671e7f9e845e94b70f723512cc6257 /src/mesa/main/samplerobj.h
parentb09f2ee8f7b76f30a75eec61ea8225a434365d49 (diff)
main: Added entry point for glCreateSamplers
Because of the current way the code is architectured, there is no functional difference between the DSA and the non-DSA path. Reviewed-by: Laura Ekstrand <[email protected]> Signed-off-by: Martin Peres <[email protected]>
Diffstat (limited to 'src/mesa/main/samplerobj.h')
-rw-r--r--src/mesa/main/samplerobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/samplerobj.h b/src/mesa/main/samplerobj.h
index 1bb3193e432..988b874d9ee 100644
--- a/src/mesa/main/samplerobj.h
+++ b/src/mesa/main/samplerobj.h
@@ -80,6 +80,8 @@ _mesa_init_sampler_object_functions(struct dd_function_table *driver);
void GLAPIENTRY
_mesa_GenSamplers(GLsizei count, GLuint *samplers);
void GLAPIENTRY
+_mesa_CreateSamplers(GLsizei count, GLuint *samplers);
+void GLAPIENTRY
_mesa_DeleteSamplers(GLsizei count, const GLuint *samplers);
GLboolean GLAPIENTRY
_mesa_IsSampler(GLuint sampler);