XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALScanLineOrder Struct Reference

This describes the method the raster uses to create an image on a surface. More...

#include <GraphicsTypes.h>

Inheritance diagram for xiiGALScanLineOrder:
[legend]

Public Types

enum  Enum : StorageType {
  Unspecified = 0U , Progressive , UpperFieldFirst , LowerFieldFirst ,
  ENUM_COUNT , Default = Unspecified
}
 
using StorageType = xiiUInt8
 

Detailed Description

This describes the method the raster uses to create an image on a surface.

See also
DXGI_MODE_SCANLINE_ORDER enumeration on MSDN,

Member Enumeration Documentation

◆ Enum

enum xiiGALScanLineOrder::Enum : StorageType
Enumerator
Unspecified 

Unspecified scanline order.

Progressive 

The image is created from the first scanline to the last without skipping any.

UpperFieldFirst 

The image is created beginning with the upper field.

LowerFieldFirst 

The image is created beginning with the lower field.


The documentation for this struct was generated from the following file: