Expand description
librashader error C API. (libra_error_*).
Enums§
- LIBRA_
ERRNO - Error codes for librashader error types.
- Librashader
Error - 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