OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::DisplayResolution Namespace Reference

Variables

constexpr Size VGA_640x480 { 640, 480 }
 
constexpr Size SVGA_800x600 { 800, 600 }
 
constexpr Size XGA_1024x768 { 1024, 768 }
 
constexpr Size HD_1280x720 { 1280, 720 }
 
constexpr Size HD_1366x768 { 1366, 768 }
 
constexpr Size FHD_1920x1080 { 1920, 1080 }
 
constexpr Size WQHD_2560x1440 { 2560, 1440 }
 
constexpr Size UHD_3840x2160 { 3840, 2160 }
 
constexpr Size UHD_7680x4320 { 7680, 4320 }
 

Variable Documentation

◆ FHD_1920x1080

constexpr Size s3d::DisplayResolution::FHD_1920x1080 { 1920, 1080 }
inlineconstexpr

◆ HD_1280x720

constexpr Size s3d::DisplayResolution::HD_1280x720 { 1280, 720 }
inlineconstexpr

◆ HD_1366x768

constexpr Size s3d::DisplayResolution::HD_1366x768 { 1366, 768 }
inlineconstexpr

◆ SVGA_800x600

constexpr Size s3d::DisplayResolution::SVGA_800x600 { 800, 600 }
inlineconstexpr

◆ UHD_3840x2160

constexpr Size s3d::DisplayResolution::UHD_3840x2160 { 3840, 2160 }
inlineconstexpr

◆ UHD_7680x4320

constexpr Size s3d::DisplayResolution::UHD_7680x4320 { 7680, 4320 }
inlineconstexpr

◆ VGA_640x480

constexpr Size s3d::DisplayResolution::VGA_640x480 { 640, 480 }
inlineconstexpr

◆ WQHD_2560x1440

constexpr Size s3d::DisplayResolution::WQHD_2560x1440 { 2560, 1440 }
inlineconstexpr

◆ XGA_1024x768

constexpr Size s3d::DisplayResolution::XGA_1024x768 { 1024, 768 }
inlineconstexpr