improved file structure
This commit is contained in:
@ -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] {
|
||||
|
Reference in New Issue
Block a user