OGRE  14.2
Object-Oriented Graphics Rendering Engine
Ogre::MetalMappings Class Reference

#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 MTLVertexFormat get (VertexElementType vertexElemType)
 
static void getDepthStencilFormat (MetalDevice *device, PixelFormat pf, MTLPixelFormat &outDepth, MTLPixelFormat &outStencil)
 Can throw if PixelFormat is not depth. More...
 
static MTLSamplerMipFilter getMipFilter (FilterOptions filter)
 
static MTLPixelFormat getPixelFormat (PixelFormat pf, bool isGamma)
 

Member Function Documentation

◆ getPixelFormat()

static MTLPixelFormat Ogre::MetalMappings::getPixelFormat ( PixelFormat  pf,
bool  isGamma 
)
static

◆ getDepthStencilFormat()

static void Ogre::MetalMappings::getDepthStencilFormat ( MetalDevice device,
PixelFormat  pf,
MTLPixelFormat &  outDepth,
MTLPixelFormat &  outStencil 
)
static

Can throw if PixelFormat is not depth.

◆ get() [1/8]

static MTLBlendFactor Ogre::MetalMappings::get ( SceneBlendFactor  op)
static

◆ get() [2/8]

static MTLBlendOperation Ogre::MetalMappings::get ( SceneBlendOperation  op)
static

◆ get() [3/8]

static MTLStencilOperation Ogre::MetalMappings::get ( StencilOperation  op)
static

◆ get() [4/8]

static MTLCompareFunction Ogre::MetalMappings::get ( CompareFunction  cmp)
static

◆ get() [5/8]

static MTLVertexFormat Ogre::MetalMappings::get ( VertexElementType  vertexElemType)
static

◆ get() [6/8]

static MTLSamplerMinMagFilter Ogre::MetalMappings::get ( FilterOptions  filter)
static

◆ getMipFilter()

static MTLSamplerMipFilter Ogre::MetalMappings::getMipFilter ( FilterOptions  filter)
static

◆ get() [7/8]

static MTLSamplerAddressMode Ogre::MetalMappings::get ( TextureAddressingMode  mode)
static

◆ dataTypeToVertexFormat()

static MTLVertexFormat Ogre::MetalMappings::dataTypeToVertexFormat ( MTLDataType  dataType)
static

◆ get() [8/8]

static GpuConstantType Ogre::MetalMappings::get ( MTLDataType  dataType)
static

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