Merge pull request #58993 from notSanil/device-limit-exceeded-fix

This commit is contained in:
Rémi Verschelde
2022-03-17 19:55:40 +01:00
committed by GitHub
8 changed files with 13 additions and 13 deletions

View File

@ -9295,7 +9295,7 @@ String RenderingDeviceVulkan::get_captured_timestamp_name(uint32_t p_index) cons
return frames[frame].timestamp_result_names[p_index];
}
int RenderingDeviceVulkan::limit_get(Limit p_limit) {
uint64_t RenderingDeviceVulkan::limit_get(Limit p_limit) {
switch (p_limit) {
case LIMIT_MAX_BOUND_UNIFORM_SETS:
return limits.maxBoundDescriptorSets;