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

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

#include <SwapChainD3D12.h>

Inheritance diagram for xiiGALScanLineOrderD3D12:
[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 xiiGALScanLineOrderD3D12::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: