mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
gallium/util: update comment: s/src_pitch/src_stride
This commit is contained in:
parent
f39bae8e68
commit
c3e846af30
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
/**
|
||||
* Copy 2D rect from one place to another.
|
||||
* Position and sizes are in pixels.
|
||||
* src_pitch may be negative to do vertical flip of pixels from source.
|
||||
* src_stride may be negative to do vertical flip of pixels from source.
|
||||
*/
|
||||
void
|
||||
util_copy_rect(ubyte * dst,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue