PIXELHISTORYFLAGS enumeration

An enum containing flags used to describe a pixel history result. See PixelHistoryOperation.

Syntax


enum PIXELHISTORYFLAGS {  PHF_INITIALVALUE                   = 0x01, 
  PHF_CLEAR                          = 0x02, 
  PHF_DRAW                           = 0x04, 
  PHF_FINALVALUE                     = 0x08, 
  PHF_HASCOLOR                       = 0x10, 
  PHF_HASFBCOLOR                     = 0x20, 
  PHF_ERROR                          = 0x40, 
  PHF_VERTEXPROCESSINGSKIPPED        = 0x80, 
  PHF_MODIFYRESOURCE                 = 0x100, 
  PHF_CANNOTRUNFULLDEPTHSTENCILTEST  = 0x200 

};

Constants

PHF_INITIALVALUE

A flag that corresponds to the initial color value (prior to frame).

PHF_CLEAR

A flag that corresponds to the clear color result.

PHF_DRAW

A flag that corresponds to the draw color result.

PHF_FINALVALUE

A flag that corresponds to the final color result.

PHF_HASCOLOR

A flag that corresponds to whether the color result is present in the PixelHistoryOperation struct.

PHF_HASFBCOLOR

A flag that corresponds to whether the final buffer color result is present in the PixelHistoryOperation struct.

PHF_ERROR
PHF_VERTEXPROCESSINGSKIPPED

Not used.

PHF_MODIFYRESOURCE
PHF_CANNOTRUNFULLDEPTHSTENCILTEST

A flag that corresponds to not being able to run the depth or stencil test.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: