2.2.3.20 OFFSCREEN_RT_OFFSETS

The OFFSCREEN_RT_OFFSETS structure describes an array of results of an alternate desktop view rasterization process.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

SurfacesCount

DxgiFormat

Width

Height

Surfaces (192 bytes)

...

...

SurfacesCount (4 bytes): A 32-bit unsigned integer. Indicates the number of rasterization results returned. The value of this field MUST be less than or equal to 0x00000008.

DxgiFormat (4 bytes): A DXGI_FORMAT enumeration. Indicates the pixel format shared by all of the specified surfaces.

Width (4 bytes): A 32-bit unsigned integer. Specifies the width shared by all of the specified surfaces.

Height (4 bytes): A 32-bit unsigned integer. Specifies the height shared by all of the specified surfaces.

Surfaces (192 bytes): An array of exactly eight (8) OFFSCREEN_RT_OFFSET structures. Array elements from zero through SurfacesCount (exclusive) MUST be properly initialized. Array elements from SurfacesCount through seven (inclusive) MUST be set to zero.