gfxstream: simplify VK_HOST_CONNECTION macro
Try to do most of the work in SetupInstance.
vulkaninfo Linux guest
Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
committed by
Marge Bot
parent
22eba755ad
commit
280eef5b65
@@ -48,8 +48,8 @@ public:
|
||||
using CleanupCallback = std::function<void()>;
|
||||
|
||||
struct ThreadingCallbacks {
|
||||
HostConnectionGetFunc hostConnectionGetFunc = 0;
|
||||
VkEncoderGetFunc vkEncoderGetFunc = 0;
|
||||
HostConnectionGetFunc hostConnectionGetFunc = nullptr;
|
||||
VkEncoderGetFunc vkEncoderGetFunc = nullptr;
|
||||
};
|
||||
|
||||
static uint32_t streamFeatureBits;
|
||||
|
||||
Reference in New Issue
Block a user