Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ID3D11Device1::CreateRasterizerState1 is called “CreateRasterizerState” in winapi #1044

Open
zopsicle opened this issue Jul 8, 2023 · 0 comments · May be fixed by #1045
Open

ID3D11Device1::CreateRasterizerState1 is called “CreateRasterizerState” in winapi #1044

zopsicle opened this issue Jul 8, 2023 · 0 comments · May be fixed by #1045

Comments

@zopsicle
Copy link

zopsicle commented Jul 8, 2023

This method should be called CreateRasterizerState1, not CreateRasterizerState, as in d3d11_1.h.

It appears that the same issue exists for the ID3D11Device1::CreateBlendState1 method.

This is especially bad because it shadows the methods from ID3D11Device.

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 a pull request may close this issue.

1 participant