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:
@@ -35,9 +35,10 @@
|
||||
|
||||
extern "C" {
|
||||
Global G;
|
||||
UserDef U;
|
||||
}
|
||||
|
||||
UserDef U;
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Stubs of BLI_imbuf_types.h
|
||||
* \{ */
|
||||
|
||||
Reference in New Issue
Block a user