mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-18 13:54:16 +01:00
[dxbc] Add missing component count to gs_layer variable type
Fixes an incorrect geometry shader in Overwatch.
This commit is contained in:
parent
bd5254f8d3
commit
8a4e1d11b7
@ -5240,7 +5240,7 @@ namespace dxvk {
|
||||
}
|
||||
|
||||
DxbcRegisterPointer ptr;
|
||||
ptr.type = { DxbcScalarType::Uint32 };
|
||||
ptr.type = { DxbcScalarType::Uint32, 1 };
|
||||
ptr.id = m_gs.builtinLayer;
|
||||
|
||||
emitValueStore(
|
||||
|
Loading…
x
Reference in New Issue
Block a user