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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user