mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
meta/copy_image: Fix typo in comment
Trivial. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
bae8a4f05b
commit
f7800fadff
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ _mesa_meta_CopyImageSubData_uncompressed(struct gl_context *ctx,
|
|||
}
|
||||
|
||||
if (src_view_tex_image) {
|
||||
/* Prever the tex image because, even if we have a renderbuffer, we may
|
||||
/* Prefer the tex image because, even if we have a renderbuffer, we may
|
||||
* have had to wrap it in a texture view.
|
||||
*/
|
||||
_mesa_meta_bind_fbo_image(GL_READ_FRAMEBUFFER, attachment,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue