2.2.2.18 MilRenderOptionFlags
The MilRenderOptionFlags enumeration specifies binary rendering options as well as which fields of a MilRenderOptions structure contain values and which MUST be ignored.
-
typedef enum { BitmapScalingMode = 0x00000001, DisableTrilinearFiltering = 0x00000002, DisableZBuffer = 0x00000004, InterpolationMode = 0x00000010, CompositingMode = 0x00000020, DisableAnisotropicFiltering = 0x00000040 } MilRenderOptionFlags;
BitmapScalingMode: The BitmapScalingMode field of the MilRenderOptions structure is valid.
DisableTrilinearFiltering: Trilinear filtering is disabled. This flag is a performance optimization hint for the composition engine and MAY be ignored by the client.
DisableZBuffer: Z-buffering is disabled. This flag is a performance optimization hint for the composition engine and MAY be ignored by the client.
InterpolationMode: The InterpolationMode field of the MilRenderOptions structure is valid.
CompositingMode: The CompositingMode field of the MilRenderOptions structure is valid.
DisableAnisotropicFiltering: Anisotropic filtering is disabled. This flag is a performance optimization hint for the composition engine and MAY be ignored by the client.