mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 19:24:12 +01:00
[dxbc] fix MSVC 64-bit build
This commit is contained in:
parent
c931b4ba87
commit
fd633ea784
@ -5754,7 +5754,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
uint32_t arrayTypeId = getArrayTypeId({
|
uint32_t arrayTypeId = getArrayTypeId({
|
||||||
DxbcScalarType::Float32, 4,
|
DxbcScalarType::Float32, 4,
|
||||||
samplePosVectors.size() });
|
static_cast<uint32_t>(samplePosVectors.size()) });
|
||||||
|
|
||||||
uint32_t samplePosArray = m_module.constComposite(
|
uint32_t samplePosArray = m_module.constComposite(
|
||||||
arrayTypeId,
|
arrayTypeId,
|
||||||
|
Loading…
Reference in New Issue
Block a user