mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
mesa: remove unused _mesa_validate_transform_feedback_buffers()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
151188d1e3
commit
dd53bdd5aa
2 changed files with 0 additions and 19 deletions
|
|
@ -120,21 +120,6 @@ reference_transform_feedback_object(struct gl_transform_feedback_object **ptr,
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Check that all the buffer objects currently bound for transform
|
||||
* feedback actually exist. Raise a GL_INVALID_OPERATION error if
|
||||
* any buffers are missing.
|
||||
* \return GL_TRUE for success, GL_FALSE if error
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_validate_transform_feedback_buffers(struct gl_context *ctx)
|
||||
{
|
||||
/* XXX to do */
|
||||
return GL_TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Per-context init for transform feedback.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -42,10 +42,6 @@ _mesa_init_transform_feedback(struct gl_context *ctx);
|
|||
extern void
|
||||
_mesa_free_transform_feedback(struct gl_context *ctx);
|
||||
|
||||
extern GLboolean
|
||||
_mesa_validate_transform_feedback_buffers(struct gl_context *ctx);
|
||||
|
||||
|
||||
extern void
|
||||
_mesa_init_transform_feedback_functions(struct dd_function_table *driver);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue