3 #if SILICONSTUDIO_PARADOX_GRAPHICS_API_OPENGL
7 namespace SiliconStudio.
Paradox.Graphics
9 public partial class GraphicsOutput
11 internal GraphicsOutput()
15 public DisplayMode FindClosestMatchingDisplayMode(
GraphicsProfile[] targetProfiles, DisplayMode mode)
20 public IntPtr MonitorHandle
22 get {
return IntPtr.Zero; }
25 private void InitializeSupportedDisplayModes()
29 private void InitializeCurrentDisplayMode()
31 currentDisplayMode = null;
GraphicsProfile
Identifies the set of supported devices for the demo based on device capabilities.