Fix: GPU: Fix shader builder option not building

This was caused by the recent change in DNA headers
making all extern data C++.
This commit is contained in:
Clément Foucault
2023-09-04 19:04:44 +02:00
parent 68c4e05427
commit 3973dc080e

View File

@@ -35,9 +35,10 @@
extern "C" {
Global G;
UserDef U;
}
UserDef U;
/* -------------------------------------------------------------------- */
/** \name Stubs of BLI_imbuf_types.h
* \{ */