Foundation
Loading...
Searching...
No Matches
Variables
Application.cpp File Reference
#include <tracy/Tracy.hpp>
#include <tracy/TracyC.h>
#include "Application.hpp"

Variables

constexpr RHIResourceFormat kFormatPreferenceList []
 
constexpr RHISwapchainPresentMode kPresentModePreferenceList []
 

Variable Documentation

◆ kFormatPreferenceList

constexpr RHIResourceFormat kFormatPreferenceList[]
constexpr
Initial value:
= {
RHIResourceFormat::R8G8B8A8Unorm,
RHIResourceFormat::B8G8R8A8Unrom,
RHIResourceFormat::R8G8B8A8Srgb,
RHIResourceFormat::B8G8R8A8Srgb
}

◆ kPresentModePreferenceList

constexpr RHISwapchainPresentMode kPresentModePreferenceList[]
constexpr
Initial value:
= {
RHISwapchainPresentMode::Mailbox,
RHISwapchainPresentMode::Tearing,
RHISwapchainPresentMode::Fifo
}