chore: cleanup
This commit is contained in:
parent
2728cff55c
commit
3f3712eaa4
|
@ -14,7 +14,6 @@ pub use librashader::runtime::vk::capi::options::FrameOptionsVulkan;
|
|||
use librashader::runtime::{Size, Viewport};
|
||||
|
||||
use ash::vk;
|
||||
use ash::vk::Handle;
|
||||
|
||||
pub use ash::vk::PFN_vkGetInstanceProcAddr;
|
||||
|
||||
|
|
|
@ -22,10 +22,6 @@ pub struct Framebuffer {
|
|||
}
|
||||
|
||||
impl Framebuffer {
|
||||
pub(crate) fn new<T: FramebufferInterface>(max_levels: u32) -> Self {
|
||||
T::new(max_levels)
|
||||
}
|
||||
|
||||
/// Create a framebuffer from an already initialized texture and framebuffer.
|
||||
///
|
||||
/// The framebuffer will not be deleted when this struct is dropped.
|
||||
|
|
Loading…
Reference in a new issue