Rebzzel/kiero

Given that the size of feature levels is 2, should we pass in 2 here?

joshli opened this issue · 2 comments

kiero/kiero.cpp

Line 332 in d23d99c

ID3D11DeviceContext**))(D3D11CreateDeviceAndSwapChain))(NULL, D3D_DRIVER_TYPE_HARDWARE, NULL, 0, featureLevels, 1, D3D11_SDK_VERSION, &swapChainDesc, &swapChain, &device, &featureLevel, &context) < 0)

Thanks for the library by the way!

Hello, @joshli!

Yes, you right (but it doesn't really change anything).
This will be fixed the next commit.

Thank you!
Have a nice day!