WindowInfoControl
- class HPS.WindowInfoControl : HPS.Control
Public Functions
- override void Dispose ()
- override HPS.Type ObjectType ()
- bool ShowColorBitPlanes (out ulong out_planes)
- bool ShowDepthBufferSize (out ulong out_bits)
- bool ShowDepthPeelingLayers (out ulong out_layers)
- bool ShowGPUName (out string out_name)
- bool ShowLastUpdateInfo (out HPS.UpdateInfo out_info)
- bool ShowLastUpdateTime (out double out_time)
- bool ShowMaxLights (out ulong out_lights)
- bool ShowMaxTextureSize (out uint out_width, out uint out_height)
- bool ShowPhysicalPixels (out uint out_width, out uint out_height)
- bool ShowPhysicalSize (out float out_width, out float out_height)
- bool ShowPixelAspectRatio (out float out_pixel_aspect)
- bool ShowResolution (out float out_horizontal, out float out_vertical)
- bool ShowVideoMemory (out ulong out_video_memory)
- bool ShowWindowAspectRatio (out float out_window_aspect)
- bool ShowWindowPixels (out uint out_width, out uint out_height)
- bool ShowWindowSize (out float out_width, out float out_height)
- WindowInfoControl (HPS.WindowInfoControl in_that)
- WindowInfoControl (HPS.WindowKey in_window)