introduce MWAPI
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
77ca92452e
commit
2dd2c3870f
41 changed files with 189 additions and 166 deletions
|
|
@ -66,7 +66,7 @@ VkSwapchainCreateInfoKHR swapchainCreateInfo = {};
|
|||
PFN_##name _##name = (PFN_##name)_vkGetInstanceProcAddr(instance, #name); \
|
||||
assert(_##name);
|
||||
|
||||
void tick(MwWidget handle, void* user_data, void* call_data) {
|
||||
void MWAPI tick(MwWidget handle, void* user_data, void* call_data) {
|
||||
(void)handle;
|
||||
(void)user_data;
|
||||
(void)call_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue