render: remove TextureReservations
This commit is contained in:
parent
300deecc7d
commit
ea4a1f027b
20 changed files with 198 additions and 172 deletions
|
|
@ -153,8 +153,6 @@ pub enum VulkanError {
|
|||
IoctlExportSyncFile(#[source] OsError),
|
||||
#[error("Could not import a sync file into a semaphore")]
|
||||
ImportSyncFile(#[source] vk::Result),
|
||||
#[error("Could not import a sync file into a dma-buf")]
|
||||
IoctlImportSyncFile(#[source] OsError),
|
||||
#[error("Could not export a sync file from a semaphore")]
|
||||
ExportSyncFile(#[source] vk::Result),
|
||||
#[error("Could not fetch the render node of the device")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue