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
554 _cmdList->SetGraphicsRootSignature(rootsignature); 555 556 _cmdList->IASetPrimitiveTopology(D3D_PRIMITIVE_TOPOLOGY_TRIANGLELIST); 557 _cmdList->IASetVertexBuffers(0, 1, &vbView); 558 _cmdList->IASetIndexBuffer(&ibView); 559 560 _cmdList->SetGraphicsRootSignature(rootsignature);
ご拝見したところ、 main.cppファイルで554行目と560行目は二回SetGraphicsRootSignatureを呼び出しましたが、 こちらは意図的なものでしょうか。
The text was updated successfully, but these errors were encountered:
意図的ではありません。コードの残骸かと思われます。修正します。
Sorry, something went wrong.
No branches or pull requests
ご拝見したところ、
main.cppファイルで554行目と560行目は二回SetGraphicsRootSignatureを呼び出しましたが、
こちらは意図的なものでしょうか。
The text was updated successfully, but these errors were encountered: