chore: cleanup

This commit is contained in:
chyyran 2023-01-13 18:11:41 -05:00
parent 2728cff55c
commit 3f3712eaa4
2 changed files with 0 additions and 5 deletions

View file

@ -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;

View file

@ -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.