Module evegfx::display_list::options[][src]

Data types for various arguments to display list commands.

Structs

BitmapHandle

BitmapHandle is a display list bitmap handle, numbered between zero and 31.

BitmapSwizzle
ColorMask
Matrix3x2

A 3 by 2 bitmap transformation matrix.

MatrixCoeff

A matrix coefficient for use with the bitmap transform matrix.

Enums

BitmapExtFormat
BitmapFormat
BitmapSizeFilter
BitmapSwizzleSource
BitmapWrapMode
BlendFunc
GraphicsPrimitive
StencilOp
TestFunc

Test function options for both alpha test and stencil test during drawing operations. This is used by both the alpha_test and stencil_test methods.

VertexFormat