-
- Downloads
check-vulkan: Add missing braces for initialization of subobject
VkClearValue is a struct whose first member is a union whose first
member is an array of four floats, so we need three levels of braces
to initialize it. clang++ 8 warns for this.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
5769e2ed
No related branches found
No related tags found
Loading
Please register or sign in to comment