google / amber

Amber is a multi-API shader test framework
Apache License 2.0
188 stars 63 forks source link

Disable -Wcast-function-type-strict #1010

Closed dj2 closed 1 year ago

dj2 commented 1 year ago

This CL turns off -Wcast-function-type-strict as it triggers on casts of the vulkan function pointers when casting the pointer returned by getInstanceProcAddr.

Fixes #1009