![]() |
OGRE 2.3.3
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 MTLPixelFormat | get (PixelFormatGpu pf, MetalDevice *device) |
| 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 (PixelFormatGpu pf, MetalDevice *device, MTLPixelFormat &outDepth, MTLPixelFormat &outStencil) |
| Can throw if PixelFormat is not depth. | |
| static MTLSamplerMipFilter | getMipFilter (FilterOptions filter) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Can throw if PixelFormat is not depth.
|
static |