Skip to content

vulkan: Fix MSVC build

Jesse Natalie requested to merge jenatali/mesa:vulkan-msvc-build-fix into master

Three additional issues:

  • Pointer math on void* not standard
  • __alignof__ not a standard keyword, but macros.h has alignof
  • MSVC's _Alignof/__alignof only works on types, not values

/cc @robclark @jekstrand

Merge request reports