vulkan: add an async allocator
This commit is contained in:
parent
fe8238421f
commit
37fb45df00
6 changed files with 335 additions and 72 deletions
|
|
@ -642,7 +642,7 @@ pub struct GfxFormat {
|
|||
|
||||
#[derive(Error)]
|
||||
#[error(transparent)]
|
||||
pub struct GfxError(pub Box<dyn Error>);
|
||||
pub struct GfxError(pub Box<dyn Error + Send>);
|
||||
|
||||
impl Debug for GfxError {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue