xml
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-09-17 22:21:25 -07:00
commit 2db411180d
5 changed files with 40 additions and 16 deletions

View file

@ -1070,10 +1070,34 @@
<return>
<pointer />
</return>
<arguments>
<integer enumname="MwVulkanField" name="field" />
<integer pointer="yes" name="output" />
</arguments>
</function>
</functions>
</widget>
<widget name="D3D8">
<functions>
<function name="GetD3D">
<return>
<pointer />
</return>
</function>
<function name="GetD3Dev">
<return>
<pointer />
</return>
</function>
</functions>
</widget>
<widget name="D3D9">
<functions>
<function name="GetD3D">
<return>
<pointer />
</return>
</function>
<function name="GetD3Dev">
<return>
<pointer />
</return>
</function>
</functions>
</widget>