mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
dzn: Suppress new MSVC warning by upconverting to uint64_t
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38838>
This commit is contained in:
parent
55e833ae96
commit
7130127e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -1157,7 +1157,7 @@ need_custom_buffer_descriptor(struct dzn_device *device, const struct dzn_buffer
|
|||
{
|
||||
*out_desc = *info;
|
||||
uint32_t upper_bound_default_descriptor;
|
||||
uint32_t size_align, offset_align;
|
||||
uint64_t size_align, offset_align;
|
||||
/* Canonicalize descriptor types for hash/compare, and get size/align info */
|
||||
switch (info->type) {
|
||||
case VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue