mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 14:00:30 +01:00
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:
parent
22eba755ad
commit
280eef5b65
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue