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 <laura@jlekstrand.net>
Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
This commit is contained in:
Martin Peres
2015-02-12 13:12:19 +02:00
parent b09f2ee8f7
commit 73a9d0fbe5
4 changed files with 29 additions and 6 deletions
@@ -420,6 +420,13 @@
<param name="params" type="GLint *" />
</function>
<!-- Sampler object functions -->
<function name="CreateSamplers" offset="assign">
<param name="n" type="GLsizei" />
<param name="samplers" type="GLuint *" />
</function>
<!-- Program Pipeline object functions -->
<function name="CreateProgramPipelines" offset="assign">