Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
XrStringify.h File Reference
#include <openxr/openxr.h>
Include dependency graph for XrStringify.h:

Go to the source code of this file.

Functions

const char * xrResultToString (XrResult result)
 Converts an XrResult enum value to its string representation.

Function Documentation

◆ xrResultToString()

const char * xrResultToString ( XrResult result)

Converts an XrResult enum value to its string representation.

Parameters
resultThe XrResult value to convert
Returns
A string representation of the result code, or "XR_UNKNOWN_RESULT" if not recognized

Definition at line 10 of file XrStringify.h.