Skip to content

vendor/directx/d3d11: fix swapped SetMarker/GetStatus slots in IUserDefinedAnnotation_VTable - #7618

Open
therealmarrakesh wants to merge 1 commit into
odin-lang:masterfrom
therealmarrakesh:fix-d3d11-annotation-vtable
Open

therealmarrakesh wants to merge 1 commit into
odin-lang:masterfrom
therealmarrakesh:fix-d3d11-annotation-vtable

Conversation

@therealmarrakesh

Copy link
Copy Markdown

The binding declares GetStatus before SetMarker. d3d11_1.h declares SetMarker (slot 5) before GetStatus (slot 6), so each call dispatched to the other. Verified at runtime against d3d11.dll. The ID3DUserDefinedAnnotation binding in the same file already has the correct order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant