mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-07 16:35:14 -06:00
renderer_vulkan: Fix incorrect MaxTexelBufferElements return type (#1563)
This commit is contained in:
parent
a63d6a3834
commit
7a436ca7e8
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2022 Citra Emulator Project
|
// Copyright Citra Emulator Project / Azahar Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
@ -229,7 +229,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the maximum supported elements in a texel buffer
|
/// Returns the maximum supported elements in a texel buffer
|
||||||
u32 MaxTexelBufferElements() const {
|
u64 MaxTexelBufferElements() const {
|
||||||
return properties.limits.maxTexelBufferElements;
|
return properties.limits.maxTexelBufferElements;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user