Mount Fuji Engine  0.8b
Data Fields
MFRasteriserStateDesc Struct Reference

Rasteriser state description. More...

Data Fields

MFFillMode fillMode
 Determines the fill mode to use when rendering. More...
 
MFCullMode cullMode
 Indicates triangles facing the specified direction are not drawn. More...
 
int depthBias
 Depth value added to each pixel. More...
 
float depthBiasClamp
 Maximum depth bias of a pixel. More...
 
float slopeScaledDepthBias
 Scalar on a given pixel's slope. More...
 
bool bDepthClipEnable
 Enable clipping based on distance. More...
 
bool bScissorEnable
 Enable scissor-rectangle culling. More...
 
bool bMultisampleEnable
 Enable multisample antialiasing. More...
 
bool bAntialiasedLineEnable
 Enable line antialiasing; only applies if doing line drawing and multisampleEnable is false. More...
 

Detailed Description

Describes a primitive rasteriser state.


The documentation for this struct was generated from the following file: