Skip to content

Commit

Permalink
Export enum MemoryMapError (#1861)
Browse files Browse the repository at this point in the history
Export MemoryMapError which is required by MappedDeviceMemory::new()
  • Loading branch information
tutan-chromium authored Mar 15, 2022
1 parent de11475 commit 706f44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/src/memory/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub use self::{
device_memory::{
DeviceMemory, DeviceMemoryAllocationError, DeviceMemoryExportError,
ExternalMemoryHandleType, ExternalMemoryHandleTypes, MappedDeviceMemory,
MemoryAllocateInfo, MemoryImportInfo,
MemoryAllocateInfo, MemoryImportInfo, MemoryMapError,
},
pool::MemoryPool,
};
Expand Down

0 comments on commit 706f44b

Please sign in to comment.