7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
|
|
inline void __vulkan__module::InitMetaData(void){
|
||
|
|
mInfo.name = "vulkan";
|
||
|
|
mInfo.dependencies = {
|
||
|
|
{"core", "1.0.1", "static" },
|
||
|
|
{"asset", "1.0.1", "static" }
|
||
|
|
};
|
||
|
|
};
|