You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In d3dapp.h, there is a Boolean variable called m4xMsaaState, which is set to false. Setting this variable to true will cause the application to terminate with a bad HRESULT when it tries to create the swap chain. According to this Stack Overflow post, creating a MSAA swap chain will not work in DirectX 12, which is what setting this variable to true tries to do. Therefore, I think that you should fix this problem or at least create a comment in the code saying why setting this Boolean variable to true will not work as expected. Thank you!
P.S. I know that there has been other discussions about this issue but since the issue has not been solved, I thought I'd open this issue.
EDIT: Pressing f2 also crashes the applications for the same reason.
The text was updated successfully, but these errors were encountered:
In d3dapp.h, there is a Boolean variable called m4xMsaaState, which is set to false. Setting this variable to true will cause the application to terminate with a bad HRESULT when it tries to create the swap chain. According to this Stack Overflow post, creating a MSAA swap chain will not work in DirectX 12, which is what setting this variable to true tries to do. Therefore, I think that you should fix this problem or at least create a comment in the code saying why setting this Boolean variable to true will not work as expected. Thank you!
P.S. I know that there has been other discussions about this issue but since the issue has not been solved, I thought I'd open this issue.
EDIT: Pressing f2 also crashes the applications for the same reason.
The text was updated successfully, but these errors were encountered: