fix vulkan's usage of removed error primative
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
af54b3e515
commit
b6b8f742d7
3 changed files with 25 additions and 58 deletions
|
|
@ -111,7 +111,7 @@ typedef enum MwVulkanField_T {
|
|||
* @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, MwErrorEnum* out) {
|
||||
MwInline void* MwVulkanGetField(MwWidget handle, MwVulkanField 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