MAKEFOURCC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

void MAKEFOURCC(
  ch0,
  ch1,
  ch2,
  ch3
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dukmdt-makefourcc)

MAKEFOURCC macro

Description

A macro to format and load texture.

Each parameter can represent one of the following naming conventions:

Furthermore, the order of the pieces are from MSB first; hence D3DFMT_A8L8 indicates that the high byte of this two byte format is alpha.

D16 indicates:

All Depth/Stencil formats except D3DFMT_D16_LOCKABLE indicate:

Parameters

ch0

Any of the defined naming conventions.

ch1

Any of the defined naming conventions.

ch2

Any of the defined naming conventions.

ch3

Any of the defined naming conventions.

Remarks

See also