Module error

Module error 

Source
Expand description

librashader error C API. (libra_error_*).

Enums§

LIBRA_ERRNO
Error codes for librashader error types.
LibrashaderError
The error type for librashader C API.

Functions§

libra_error_errno
Get the error code corresponding to this error object.
libra_error_free
Frees any internal state kept by the error.
libra_error_free_string
Frees an error string previously allocated by libra_error_write.
libra_error_print
Print the error message.
libra_error_write
Writes the error message into out

Type Aliases§

PFN_libra_error_errno
Function pointer definition for libra_error_errno
PFN_libra_error_free
Function pointer definition for libra_error_free
PFN_libra_error_free_string
Function pointer definition for libra_error_free_string
PFN_libra_error_print
Function pointer definition for libra_error_print
PFN_libra_error_write
Function pointer definition for libra_error_write