OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
#include <OgreMetalMappings.h>
Static Public Member Functions | |
static MTLVertexFormat | dataTypeToVertexFormat (MTLDataType dataType) |
static MTLCompareFunction | get (CompareFunction cmp) |
static MTLSamplerMinMagFilter | get (FilterOptions filter) |
static GpuConstantType | get (MTLDataType dataType) |
static MTLBlendFactor | get (SceneBlendFactor op) |
static MTLBlendOperation | get (SceneBlendOperation op) |
static MTLStencilOperation | get (StencilOperation op) |
static MTLSamplerAddressMode | get (TextureAddressingMode mode) |
static MTLColorWriteMask | get (uint8 mask) |
static MTLVertexFormat | get (VertexElementType vertexElemType) |
static void | getDepthStencilFormat (MetalDevice *device, PixelFormat pf, MTLPixelFormat &outDepth, MTLPixelFormat &outStencil) |
Can throw if PixelFormat is not depth. | |
static MTLSamplerMipFilter | getMipFilter (FilterOptions filter) |
static MTLPixelFormat | getPixelFormat (PixelFormat pf, bool isGamma) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Can throw if PixelFormat is not depth.
|
static |
|
static |