1
0
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:
Philip Rebohle 2018-03-17 01:05:04 +01:00 committed by GitHub
commit b9b74eb961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,