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