improved file structure

This commit is contained in:
2023-12-24 08:52:30 -05:00
parent 0029f39840
commit 6b26187cd8
6 changed files with 1673 additions and 851 deletions

View File

@ -17,8 +17,8 @@ pub const VALIDATION: ValidationInfo = ValidationInfo {
pub const DEVICE_EXTENSIONS: DeviceExtension = DeviceExtension {
names: ["VK_KHR_swapchain"],
};
pub const MAX_FRAMES_IN_FLIGHT: usize = 2;
pub const IS_PAINT_FPS_COUNTER: bool = false;
pub const MAX_FRAMES_IN_FLIGHT: usize = 4;
pub const IS_PAINT_FPS_COUNTER: bool = true;
impl DeviceExtension {
pub fn get_extensions_raw_names(&self) -> [*const c_char; 1] {