feat: godot-engine-source-4.3-stable
This commit is contained in:
parent
c59a7dcade
commit
7125d019b5
11149 changed files with 5070401 additions and 0 deletions
19
engine/thirdparty/thorvg/inc/config.h
vendored
Normal file
19
engine/thirdparty/thorvg/inc/config.h
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef THORVG_CONFIG_H
|
||||
#define THORVG_CONFIG_H
|
||||
|
||||
#define THORVG_SW_RASTER_SUPPORT
|
||||
#define THORVG_SVG_LOADER_SUPPORT
|
||||
#define THORVG_PNG_LOADER_SUPPORT
|
||||
#define THORVG_JPG_LOADER_SUPPORT
|
||||
#ifndef WEB_ENABLED
|
||||
#define THORVG_THREAD_SUPPORT
|
||||
#endif
|
||||
|
||||
// Added conditionally if webp module is enabled.
|
||||
//#define THORVG_WEBP_LOADER_SUPPORT
|
||||
|
||||
// For internal debugging:
|
||||
//#define THORVG_LOG_ENABLED
|
||||
|
||||
#define THORVG_VERSION_STRING "0.14.2"
|
||||
#endif
|
||||
2082
engine/thirdparty/thorvg/inc/thorvg.h
vendored
Normal file
2082
engine/thirdparty/thorvg/inc/thorvg.h
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue