LLGL 0.05 Beta
Loading...
Searching...
No Matches
Global type aliases to callback interfaces.

Typedefs

using LLGL::ValidateRenderingCapsFunc = std::function<bool(const std::string& info, const std::string& attrib)>
 Callback interface for the ValidateRenderingCaps function.

Detailed Description

Typedef Documentation

◆ ValidateRenderingCapsFunc

using LLGL::ValidateRenderingCapsFunc = std::function<bool(const std::string& info, const std::string& attrib)>

Callback interface for the ValidateRenderingCaps function.

Parameters
[in]infoSpecifies a description why an attribute did not fulfill the requirement.
[in]attribName of the attribute which did not fulfill the requirement.
Returns
True to continue the validation process, or false to break the validation process.
See also
ValidateRenderingCaps