mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
tgsi/transform: Drop a stale comment.
This method returns void. Reviewed-by: Mihai Preda <mhpreda@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15782>
This commit is contained in:
parent
ef9f2e8829
commit
5a1d19e945
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ struct tgsi_transform_context
|
|||
|
||||
/**
|
||||
* Called at end of input program to allow caller to append extra
|
||||
* instructions. Return number of tokens emitted.
|
||||
* instructions.
|
||||
*/
|
||||
void (*epilog)(struct tgsi_transform_context *ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue