WAFFLE_ENUM(3) | Waffle Manual | WAFFLE_ENUM(3) |
waffle_enum, waffle_enum_to_string - Utilities for waffle enums
#include <waffle.h> enum waffle_enum {...};
const char* waffle_enum_to_string(int32_t e);
waffle_enum_to_string()
This function always sets the error code to WAFFLE_NO_ERROR. It can be called before waffle has been successfully initialized with waffle_init(3)
Please report bugs or and feature requests to https://gitlab.freedesktop.org/mesa/waffle/issues.
Chad Versace <chad.versace@linux.intel.com>
Copyright © 2013 Intel
This manual page is licensed under the Creative Commons Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0). To view a copy of this license, visit http://creativecommons.org.license/by-sa/3.0/us.
08/18/2021 | waffle |