![]() |
OGRE
2.1.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreMetalPixelFormatToShaderType.h>
Inheritance diagram for Ogre::MetalPixelFormatToShaderType:Public Member Functions | |
| virtual const char * | getPixelFormatType (PixelFormat pixelFormat) const |
| Converts a PixelFormat into its equivalent layout for image variables (GLSL) or its equivalent for D3D11/12 variables (HLSL). More... | |
|
virtual |
Converts a PixelFormat into its equivalent layout for image variables (GLSL) or its equivalent for D3D11/12 variables (HLSL).
Used mostly with UAVs.
| pixelFormat | Pixel format to convert. |
Implements Ogre::PixelFormatToShaderType.