Searched defs:VkImportSemaphoreFdInfoKHR (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h4532 typedef struct VkImportSemaphoreFdInfoKHR { struct
4539 } VkImportSemaphoreFdInfoKHR; typedef in typeref:struct:VkImportSemaphoreFdInfoKHR
4549 typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
4555 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
H A Dvulkan.hpp23241 ImportSemaphoreFdInfoKHR( VkImportSemaphoreFdInfoKHR const & rhs )
23246 ImportSemaphoreFdInfoKHR& operator=( VkImportSemaphoreFdInfoKHR const & rhs )
23281 operator const VkImportSemaphoreFdInfoKHR&() const
23283 return *reinterpret_cast<const VkImportSemaphoreFdInfoKHR*>(this);
23311 static_assert( sizeof( ImportSemaphoreFdInfoKHR ) == sizeof( VkImportSemaphoreFdInfoKHR ), "struct and wrapper have different size!" );
[all...]

Completed in 418 milliseconds