mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-29 17:52:18 +01:00
Merge pull request #169 from Mixaill/fix-msvc-64
[dxbc] fix MSVC 64-bit build
This commit is contained in:
commit
b9b74eb961
@ -5754,7 +5754,7 @@ namespace dxvk {
|
||||
|
||||
uint32_t arrayTypeId = getArrayTypeId({
|
||||
DxbcScalarType::Float32, 4,
|
||||
samplePosVectors.size() });
|
||||
static_cast<uint32_t>(samplePosVectors.size()) });
|
||||
|
||||
uint32_t samplePosArray = m_module.constComposite(
|
||||
arrayTypeId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user