mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-04-07 06:04:59 +00:00
- It hasn't been handling windows (so it's been half implemented) - It's a suboptimal method for exporting symbols for vulkan layers since `--version-script` and `.def` files exists. Both of these methods also don't risk name mangling. - `--version-script` also has perf benefits since you can silence exports from code you didn't intend to export
6 lines
61 B
C
6 lines
61 B
C
#include "vulkan/vk_layer.h"
|
|
|
|
int foobar()
|
|
{
|
|
return 0;
|
|
}
|