1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-27 22:54:16 +01:00

[d3d11] Use state cache

This commit is contained in:
Philip Rebohle 2018-09-21 23:24:01 +02:00
parent 4a72cae1e6
commit 689602497f
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -63,6 +63,8 @@ namespace dxvk {
m_shader->shaderConstants().data(),
m_shader->shaderConstants().sizeInBytes());
}
pDevice->GetDXVKDevice()->registerShader(m_shader);
}