Home | History | Annotate | Download | only in include

Lines Matching refs:VkSemaphoreCreateInfo

255     safe_VkSemaphoreCreateInfo(const VkSemaphoreCreateInfo* pInStruct);
259 void initialize(const VkSemaphoreCreateInfo* pInStruct);
261 VkSemaphoreCreateInfo *ptr() { return reinterpret_cast<VkSemaphoreCreateInfo *>(this); }
262 VkSemaphoreCreateInfo const *ptr() const { return reinterpret_cast<VkSemaphoreCreateInfo const *>(this); }