diff options
Diffstat (limited to 'stockton-render/src/error.rs')
-rw-r--r-- | stockton-render/src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/src/error.rs b/stockton-render/src/error.rs index e0de55d..654df4a 100644 --- a/stockton-render/src/error.rs +++ b/stockton-render/src/error.rs @@ -41,7 +41,7 @@ pub enum CreationError { BufferNoMemory, SwapchainError(hal::window::CreationError), - ImageViewError(hal::image::ViewCreationError), + ImageViewError(hal::image::ViewError), BadDataError, } |