vulkan-core: make SyncobjCtx optional
This commit is contained in:
parent
0a84bd47bf
commit
e2d2a2e9b9
6 changed files with 16 additions and 11 deletions
|
|
@ -76,6 +76,8 @@ pub enum VulkanCoreError {
|
|||
AcquireEventfd(#[source] EventfdError),
|
||||
#[error("Could not create a sync obj eventfd wait")]
|
||||
CreateSyncobjWait(#[source] DrmError),
|
||||
#[error("Device does not have a syncobj ctx")]
|
||||
NoSyncobjCtx,
|
||||
}
|
||||
|
||||
pub struct VulkanCoreInstance {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue