We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This method should be called CreateRasterizerState1, not CreateRasterizerState, as in d3d11_1.h.
CreateRasterizerState1
CreateRasterizerState
d3d11_1.h
It appears that the same issue exists for the ID3D11Device1::CreateBlendState1 method.
ID3D11Device1::CreateBlendState1
This is especially bad because it shadows the methods from ID3D11Device.
ID3D11Device
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This method should be called
CreateRasterizerState1
, notCreateRasterizerState
, as ind3d11_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
.The text was updated successfully, but these errors were encountered: