File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
GraphicsEngineOpenGL/interface
GraphicsEngineVulkan/interface
GraphicsEngineWebGPU/interface Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232// https://gcc.gnu.org/wiki/Visibility
3333# define API_QUALIFIER __attribute__((visibility("default")))
3434#elif PLATFORM_WIN32 || PLATFORM_UNIVERSAL_WINDOWS
35- # define API_QUALIFIER
35+ # define API_QUALIFIER __declspec(dllexport)
3636#else
3737# error Unsupported platform
3838#endif
Original file line number Diff line number Diff line change 4242// https://gcc.gnu.org/wiki/Visibility
4343# define API_QUALIFIER __attribute__((visibility("default")))
4444#elif PLATFORM_WIN32
45- # define API_QUALIFIER
45+ # define API_QUALIFIER __declspec(dllexport)
4646#else
4747# error Unsupported platform
4848#endif
Original file line number Diff line number Diff line change 3939// https://gcc.gnu.org/wiki/Visibility
4040# define API_QUALIFIER __attribute__((visibility("default")))
4141#elif PLATFORM_WIN32
42- # define API_QUALIFIER
42+ # define API_QUALIFIER __declspec(dllexport)
4343#else
4444# error Unsupported platform
4545#endif
Original file line number Diff line number Diff line change 3838// https://gcc.gnu.org/wiki/Visibility
3939# define API_QUALIFIER __attribute__((visibility("default")))
4040#elif PLATFORM_WIN32
41- # define API_QUALIFIER
41+ # define API_QUALIFIER __declspec(dllexport)
4242#else
4343# error Unsupported platform
4444#endif
You can’t perform that action at this time.
0 commit comments