![]() |
LLGL 0.05 Beta
|
Functions | |
| LLGL_EXPORT const char * | LLGL::ToString (const ShaderType val) |
| Returns a string representation for the specified ShaderType value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const ErrorType val) |
| Returns a string representation for the specified ErrorType value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const WarningType val) |
| Returns a string representation for the specified WarningType value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const ShadingLanguage val) |
| Returns a string representation for the specified ShadingLanguage value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const Format val) |
| Returns a string representation for the specified Format value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const ImageFormat val) |
| Returns a string representation for the specified ImageFormat value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const TextureType val) |
| Returns a string representation for the specified TextureType value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const BlendOp val) |
| Returns a string representation for the specified BlendOp value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const ResourceType val) |
| Returns a string representation for the specified ResourceType value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const SystemValue val) |
| Returns a string representation for the specified SystemValue value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * | LLGL::ToString (const QueryType val) |
| Returns a string representation for the specified QueryType value, or null if the input type is invalid. | |
| LLGL_EXPORT const char * LLGL::ToString | ( | const BlendOp | val | ) |
Returns a string representation for the specified BlendOp value, or null if the input type is invalid.
"Zero", "SrcAlpha". | LLGL_EXPORT const char * LLGL::ToString | ( | const ErrorType | val | ) |
Returns a string representation for the specified ErrorType value, or null if the input type is invalid.
"invalid argument", "unsupported feature". | LLGL_EXPORT const char * LLGL::ToString | ( | const Format | val | ) |
Returns a string representation for the specified Format value, or null if the input type is invalid.
"R8UNorm", "RGBA16Float", "D24UNormS8UInt", "RGB DXT1". | LLGL_EXPORT const char * LLGL::ToString | ( | const ImageFormat | val | ) |
Returns a string representation for the specified ImageFormat value, or null if the input type is invalid.
"RGB", "ABGR". | LLGL_EXPORT const char * LLGL::ToString | ( | const QueryType | val | ) |
Returns a string representation for the specified QueryType value, or null if the input type is invalid.
"SamplesPassed", "AnySamplesPassed". | LLGL_EXPORT const char * LLGL::ToString | ( | const ResourceType | val | ) |
Returns a string representation for the specified ResourceType value, or null if the input type is invalid.
"buffer", "texture". | LLGL_EXPORT const char * LLGL::ToString | ( | const ShaderType | val | ) |
Returns a string representation for the specified ShaderType value, or null if the input type is invalid.
"vertex", "tessellation control". | LLGL_EXPORT const char * LLGL::ToString | ( | const ShadingLanguage | val | ) |
Returns a string representation for the specified ShadingLanguage value, or null if the input type is invalid.
"GLSL 450", "HLSL 2.0c". | LLGL_EXPORT const char * LLGL::ToString | ( | const SystemValue | val | ) |
Returns a string representation for the specified SystemValue value, or null if the input type is invalid.
"Position", "ClipDistance". | LLGL_EXPORT const char * LLGL::ToString | ( | const TextureType | val | ) |
Returns a string representation for the specified TextureType value, or null if the input type is invalid.
"Texture1D", "Texture2DArray". | LLGL_EXPORT const char * LLGL::ToString | ( | const WarningType | val | ) |
Returns a string representation for the specified WarningType value, or null if the input type is invalid.
"improper argument", "pointless operation".