mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
radeon: fix typo
This commit is contained in:
parent
28e082197d
commit
2aa097f963
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ extern void radeonSetTexOffset(__DRIcontext *pDRICtx, GLint texname,
|
|||
GLuint pitch);
|
||||
|
||||
extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
|
||||
externvoid radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
|
||||
extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
|
||||
__DRIdrawable *dPriv);
|
||||
|
||||
extern void radeonUpdateTextureState( GLcontext *ctx );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue