1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-18 04:54:15 +01:00

[d3d9] Remove unnecessary dirty flag change in CreateConstantBuffers

This commit is contained in:
Joshua Ashton 2020-02-18 17:32:41 +00:00 committed by Philip Rebohle
parent 512393e469
commit d11a07082c

View File

@ -4510,9 +4510,6 @@ namespace dxvk {
: sizeof(D3D9FixedFunctionVertexBlendDataHW),
DxsoProgramType::VertexShader,
DxsoConstantBuffers::VSVertexBlendData);
m_flags.set(
D3D9DeviceFlag::DirtyClipPlanes);
}