![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
#include "ramses-framework-api/APIExport.h"
Go to the source code of this file.
Namespaces | |
ramses | |
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applications. RAMSES refers to these applications as clients. | |
Functions | |
RAMSES_API const char * | ramses::getInputTypeString (EInputType inputType) |
Returns string representation for input type. More... | |
RAMSES_API const char * | ramses::getBlendOperationString (EBlendOperation blendOperation) |
Returns string representation for blend operation. More... | |
RAMSES_API const char * | ramses::getBlendFactorString (EBlendFactor blendFactor) |
Returns string representation for blend factor. More... | |
RAMSES_API const char * | ramses::getCullModeString (ECullMode cullMode) |
Returns string representation for cull mode. More... | |
RAMSES_API const char * | ramses::getDepthWriteString (EDepthWrite depthWrite) |
Returns string representation for depth write. More... | |
RAMSES_API const char * | ramses::getScissorTestString (EScissorTest scissorTest) |
Returns string representation for scissor test. More... | |
RAMSES_API const char * | ramses::getDepthFuncString (EDepthFunc depthFunc) |
Returns string representation for depth function. More... | |
RAMSES_API const char * | ramses::getStencilFuncString (EStencilFunc stencilFunc) |
Returns string representation for stencil function. More... | |
RAMSES_API const char * | ramses::getStencilOperationString (EStencilOperation stencilOp) |
Returns string representation for stencil operation. More... | |
RAMSES_API const char * | ramses::getDrawModeString (EDrawMode drawMode) |
Returns string representation for draw mode. More... | |