FastUIDraw
|
Provided as a conveniance. The ctor calls generate_static_resource(). More...
#include <static_resource.hpp>
Public Member Functions | |
static_resource (c_string resource_label, c_array< const uint8_t > value) | |
Provided as a conveniance. The ctor calls generate_static_resource().
Definition at line 66 of file static_resource.hpp.
fastuidraw::static_resource::static_resource | ( | c_string | resource_label, |
c_array< const uint8_t > | value | ||
) |
Ctor. On construction, calls generate_static_resource().
resource_label | resource label to pass to generate_static_resource() |
value | value of resource to pass to generate_static_resource() |