mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
mesa: fix comment typo in intel_renderbuffer
This commit is contained in:
parent
46f5ef557f
commit
87ac3ae50e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ struct intel_renderbuffer
|
|||
* \name Packed depth/stencil unwrappers
|
||||
*
|
||||
* If the intel_context is using separate stencil and this renderbuffer has
|
||||
* a a packed depth/stencil format, then wrapped_depth and wrapped_stencil
|
||||
* a packed depth/stencil format, then wrapped_depth and wrapped_stencil
|
||||
* are the real renderbuffers.
|
||||
*/
|
||||
struct gl_renderbuffer *wrapped_depth;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue