PIXELHISTORYFLAGS enumeration
An enum containing flags used to describe a pixel history result. See PixelHistoryOperation.
Syntax
};
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 |