mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
swr: Fix SWR_CONTEXT pre-declaration
Silents a warning on msvc Reviewed-by: Jan Zielinski <jan.zielinski@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9502>
This commit is contained in:
parent
0e8cdea6d9
commit
17441cf92f
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ struct SWR_API_THREADING_INFO
|
|||
/// SWR_CONTEXT
|
||||
/// Forward Declaration (see context.h for full definition)
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
class SWR_CONTEXT;
|
||||
struct SWR_CONTEXT;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
/// SWR_WORKER_PRIVATE_STATE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue