![]() |
LLGL 0.05 Beta
|
Typedefs | |
| using | LLGL::ValidateRenderingCapsFunc = std::function<bool(const std::string& info, const std::string& attrib)> |
| Callback interface for the ValidateRenderingCaps function. | |
| using LLGL::ValidateRenderingCapsFunc = std::function<bool(const std::string& info, const std::string& attrib)> |
Callback interface for the ValidateRenderingCaps function.
| [in] | info | Specifies a description why an attribute did not fulfill the requirement. |
| [in] | attrib | Name of the attribute which did not fulfill the requirement. |