Skip to content

Commit f445915

Browse files
vulkan: add dmabuf_support_supported to class
1 parent 13f2e60 commit f445915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/vulkan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@ class OverlayVK {
144144
void wait_on_semaphores(const vkroots::VkDeviceDispatch* d);
145145
void cache_to_transfer_dst(VkCommandBuffer cmd, VkImage image, VkImageLayout old_layout);
146146
void cache_to_shader_read(VkCommandBuffer cmd, VkImage image, VkImageLayout old_layout);
147+
bool is_dmabuf_import_supported(VkFormat format, const Fdinfo& fdinfo);
147148
};

0 commit comments

Comments
 (0)