MCPcopy Create free account
hub / github.com/carbonengine/trinity / Tr2DisplayModeInfo

Class Tr2DisplayModeInfo

trinityal/Tr2AdapterStructures.h:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17struct Tr2DisplayModeInfo
18{
19 uint32_t width;
20 uint32_t height;
21 uint32_t refreshRateNumerator;
22 uint32_t refreshRateDenominator;
23 Tr2RenderContextEnum::PixelFormat format;
24 Tr2RenderContextEnum::ScanlineOrdering scanlineOrdering;
25 Tr2RenderContextEnum::DisplayScaling scaling;
26};
27
28struct Tr2VideoDriverInfo
29{

Callers 1

PopulatePresentParamsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected