Method | Description | |
---|---|---|
Convert ( SceneBlendFactor factor ) : Microsoft.Xna.Framework.Graphics.Blend |
Helper method to convert Axiom scene blend factors to Xna
|
|
Convert ( LayerBlendOperationEx blendop ) : Microsoft.Xna.Framework.Graphics.BlendFunction |
Static method for converting LayerBlendOperationEx enum values to the Direct3D TextureOperation enum.
|
|
Convert ( Axiom color ) : Microsoft.Xna.Framework.Color | ||
Convert ( Microsoft.Xna.Framework color ) : |
||
Convert ( Axiom mode, bool flip ) : Microsoft.Xna.Framework.Graphics.CullMode | ||
Convert ( Axiom matrix ) : |
||
Convert ( Axiom.Graphics.BufferUsage usage ) : Microsoft.Xna.Framework.Graphics.Axiom.Graphics.BufferUsage | ||
Convert ( Axiom.Graphics.CompareFunction func ) : Microsoft.Xna.Framework.Graphics.Axiom.Graphics.CompareFunction |
Converts our CompareFunction enum to the XFG.Compare equivalent.
|
|
Convert ( SurfaceFormat semantic ) : PixelFormat | ||
Convert ( Axiom op ) : Microsoft.Xna.Framework.Graphics.StencilOperation |
Converts the D3D ShadingMode to our Shading enum equivalent.
|
|
Convert ( Axiom op, bool invert ) : Microsoft.Xna.Framework.Graphics.StencilOperation |
Converts our StencilOperation enum to the D3D StencilOperation equivalent.
|
|
Convert ( PixelFormat format ) : Microsoft.Xna.Framework.Graphics.SurfaceFormat |
|
|
Convert ( TextureAddressing type ) : Microsoft.Xna.Framework.Graphics.TextureAddressMode | ||
Convert ( FilterType type, Axiom.Graphics.FilterOptions options, XnaTextureType texType ) : Microsoft.Xna.Framework.Graphics.TextureFilter |
|
|
Convert ( VertexElementType type, bool tex ) : Microsoft.Xna.Framework.Graphics.VertexElementFormat | ||
Convert ( VertexElementSemantic semantic ) : Microsoft.Xna.Framework.Graphics.VertexElementUsage | ||
Convert ( TextureType type ) : XnaTextureType | ||
Convert ( TexCoordCalcMethod method ) : int | ||
GetClosestSupported ( Axiom format ) : Axiom.Media.PixelFormat | ||
GetDriverInfo ( ) : DriverCollection |
Enumerates driver information and their supported display modes.
|
|
IsIdentity ( Microsoft.Xna.Framework matrix ) : bool |
Checks Xna matrix to see if it an identity matrix. For whatever reason, the equality operator overloads for the Xna Matrix struct are extremely slow.... |
|
ToRectangle ( BasicBox rectangle ) : |
||
ToRectangle ( Core rectangle ) : |
public static Convert ( SceneBlendFactor factor ) : Microsoft.Xna.Framework.Graphics.Blend | ||
factor | SceneBlendFactor | |
return | Microsoft.Xna.Framework.Graphics.Blend |
public static Convert ( LayerBlendOperationEx blendop ) : Microsoft.Xna.Framework.Graphics.BlendFunction | ||
blendop | LayerBlendOperationEx | |
return | Microsoft.Xna.Framework.Graphics.BlendFunction |
public static Convert ( Axiom color ) : Microsoft.Xna.Framework.Color | ||
color | Axiom | |
return | Microsoft.Xna.Framework.Color |
public static Convert ( Microsoft.Xna.Framework color ) : |
||
color | Microsoft.Xna.Framework | |
return |
public static Convert ( Axiom mode, bool flip ) : Microsoft.Xna.Framework.Graphics.CullMode | ||
mode | Axiom | |
flip | bool | |
return | Microsoft.Xna.Framework.Graphics.CullMode |
public static Convert ( Axiom matrix ) : |
||
matrix | Axiom | |
return |
public static Convert ( Axiom.Graphics.BufferUsage usage ) : Microsoft.Xna.Framework.Graphics.Axiom.Graphics.BufferUsage | ||
usage | Axiom.Graphics.BufferUsage | |
return | Microsoft.Xna.Framework.Graphics.Axiom.Graphics.BufferUsage |
public static Convert ( Axiom.Graphics.CompareFunction func ) : Microsoft.Xna.Framework.Graphics.Axiom.Graphics.CompareFunction | ||
func | Axiom.Graphics.CompareFunction | |
return | Microsoft.Xna.Framework.Graphics.Axiom.Graphics.CompareFunction |
public static Convert ( SurfaceFormat semantic ) : PixelFormat | ||
semantic | SurfaceFormat | |
return | PixelFormat |
public static Convert ( Axiom op ) : Microsoft.Xna.Framework.Graphics.StencilOperation | ||
op | Axiom | |
return | Microsoft.Xna.Framework.Graphics.StencilOperation |
public static Convert ( Axiom op, bool invert ) : Microsoft.Xna.Framework.Graphics.StencilOperation | ||
op | Axiom | |
invert | bool | |
return | Microsoft.Xna.Framework.Graphics.StencilOperation |
public static Convert ( PixelFormat format ) : Microsoft.Xna.Framework.Graphics.SurfaceFormat | ||
format | PixelFormat | |
return | Microsoft.Xna.Framework.Graphics.SurfaceFormat |
public static Convert ( TextureAddressing type ) : Microsoft.Xna.Framework.Graphics.TextureAddressMode | ||
type | TextureAddressing | |
return | Microsoft.Xna.Framework.Graphics.TextureAddressMode |
public static Convert ( FilterType type, Axiom.Graphics.FilterOptions options, XnaTextureType texType ) : Microsoft.Xna.Framework.Graphics.TextureFilter | ||
type | FilterType | |
options | Axiom.Graphics.FilterOptions | |
texType | XnaTextureType | |
return | Microsoft.Xna.Framework.Graphics.TextureFilter |
public static Convert ( VertexElementType type, bool tex ) : Microsoft.Xna.Framework.Graphics.VertexElementFormat | ||
type | VertexElementType | |
tex | bool | |
return | Microsoft.Xna.Framework.Graphics.VertexElementFormat |
public static Convert ( VertexElementSemantic semantic ) : Microsoft.Xna.Framework.Graphics.VertexElementUsage | ||
semantic | VertexElementSemantic | |
return | Microsoft.Xna.Framework.Graphics.VertexElementUsage |
public static Convert ( TextureType type ) : XnaTextureType | ||
type | TextureType | |
return | XnaTextureType |
public static Convert ( TexCoordCalcMethod method ) : int | ||
method | TexCoordCalcMethod | |
return | int |
public static GetClosestSupported ( Axiom format ) : Axiom.Media.PixelFormat | ||
format | Axiom | |
return | Axiom.Media.PixelFormat |
public static GetDriverInfo ( ) : DriverCollection | ||
return | DriverCollection |
public static IsIdentity ( Microsoft.Xna.Framework matrix ) : bool | ||
matrix | Microsoft.Xna.Framework | |
return | bool |
public static ToRectangle ( BasicBox rectangle ) : |
||
rectangle | BasicBox | |
return |
public static ToRectangle ( Core rectangle ) : |
||
rectangle | Core | |
return |