mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Downgraded input layout message to debug
Specifying a vertex attribute that is not actually consumed by the shader is perfectly legal and may improve performance if the number of state changes can be reduced.
This commit is contained in:
parent
0b867566f1
commit
1f070ec26c
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ namespace dxvk {
|
|||
pInputElementDescs[i].SemanticIndex);
|
||||
|
||||
if (entry == nullptr) {
|
||||
Logger::warn(str::format(
|
||||
Logger::debug(str::format(
|
||||
"D3D11Device: No such vertex shader semantic: ",
|
||||
pInputElementDescs[i].SemanticName,
|
||||
pInputElementDescs[i].SemanticIndex));
|
||||
|
|
Loading…
Add table
Reference in a new issue