commit | 6bed0c5227c4babd6d6f07b6842e1480cfd05078 | [log] [tgz] |
---|---|---|
author | Ian Elliott <ianelliott@google.com> | Thu Nov 02 10:13:27 2017 -0600 |
committer | Jesse Hall <jessehall@google.com> | Wed Apr 04 22:22:32 2018 -0700 |
tree | fd6bc8f78a86c9e1d1afcf446ff987c6bec787a5 | |
parent | 1d990b21fe66c5ff4af3be3d4434807ab1a0efab [diff] |
Properly implement stubhal's vkGetInstanceProcAddr() It used to always return a crashing-NoOp function for unknown functions. Now, it attempt to follow the spec and return either NULL or a non-crashing-NoOp function where appropriate. Test: VulkanFeaturesTest Bug: 68779289 Change-Id: I98f9fd2a0a1bef4a985c46dbce93216488da82e7 (cherry picked from commit 53333057f31bf91765b930b12ec44e9af1bd18f2)