winapi-rs icon indicating copy to clipboard operation
winapi-rs copied to clipboard

ID3D11Device1::CreateRasterizerState1 is called “CreateRasterizerState” in winapi

Open zopsicle opened this issue 2 years ago • 0 comments

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.

zopsicle avatar Jul 08 '23 12:07 zopsicle