mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 23:20:08 +01:00
mesa: minor transform feedback comments
This commit is contained in:
parent
09af5783b3
commit
d988ea5e81
1 changed files with 2 additions and 0 deletions
|
|
@ -428,6 +428,7 @@ bind_buffer_range(struct gl_context *ctx, GLuint index,
|
|||
/**
|
||||
* Specify a buffer object to receive vertex shader results. Plus,
|
||||
* specify the starting offset to place the results, and max size.
|
||||
* Called from the glBindBufferRange() function.
|
||||
*/
|
||||
void
|
||||
_mesa_bind_buffer_range_transform_feedback(struct gl_context *ctx,
|
||||
|
|
@ -471,6 +472,7 @@ _mesa_bind_buffer_range_transform_feedback(struct gl_context *ctx,
|
|||
/**
|
||||
* Specify a buffer object to receive vertex shader results.
|
||||
* As above, but start at offset = 0.
|
||||
* Called from the glBindBufferBase() function.
|
||||
*/
|
||||
void
|
||||
_mesa_bind_buffer_base_transform_feedback(struct gl_context *ctx,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue