chore: cleanup
This commit is contained in:
parent
2728cff55c
commit
3f3712eaa4
2 changed files with 0 additions and 5 deletions
|
@ -14,7 +14,6 @@ pub use librashader::runtime::vk::capi::options::FrameOptionsVulkan;
|
||||||
use librashader::runtime::{Size, Viewport};
|
use librashader::runtime::{Size, Viewport};
|
||||||
|
|
||||||
use ash::vk;
|
use ash::vk;
|
||||||
use ash::vk::Handle;
|
|
||||||
|
|
||||||
pub use ash::vk::PFN_vkGetInstanceProcAddr;
|
pub use ash::vk::PFN_vkGetInstanceProcAddr;
|
||||||
|
|
||||||
|
|
|
@ -22,10 +22,6 @@ pub struct Framebuffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl 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.
|
/// Create a framebuffer from an already initialized texture and framebuffer.
|
||||||
///
|
///
|
||||||
/// The framebuffer will not be deleted when this struct is dropped.
|
/// The framebuffer will not be deleted when this struct is dropped.
|
||||||
|
|
Loading…
Add table
Reference in a new issue