better for binding
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
5201c46a21
commit
13a2db7fa8
3 changed files with 8 additions and 8 deletions
|
|
@ -113,7 +113,7 @@ typedef enum _MwVulkanField {
|
|||
* @brief Function for getting a field from within Vulkan.
|
||||
* @warning Consult the documentation for MwVulkanField to know what type is expected for out.
|
||||
*/
|
||||
MwInline void* MwVulkanGetField(MwWidget handle, MwVulkanField field, int* out) {
|
||||
MwInline void* MwVulkanGetField(MwWidget handle, int field, int* out) {
|
||||
void* field_out;
|
||||
MwVaWidgetExecute(handle, "mwVulkanGetField", &field_out, field, out);
|
||||
return field_out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue