Driver - Experimental#
oneAPI Level Zero Specification - Version 1.18.31
Driver - Experimental Functions#
zeDriverRTASFormatCompatibilityCheckExp#
Added in version 1.7
-
ZE_APIEXPORT ze_result_t ZE_APICALL zeDriverRTASFormatCompatibilityCheckExp(ze_driver_handle_t hDriver, ze_rtas_format_exp_t rtasFormatA, ze_rtas_format_exp_t rtasFormatB)#
Checks ray tracing acceleration structure format compatibility.
The application may call this function from simultaneous threads.
The implementation of this function must be thread-safe.
- Parameters:
hDriver – [in] handle of driver object
rtasFormatA – [in] operand A
rtasFormatB – [in] operand B
- Returns:
ZE_RESULT_ERROR_INVALID_NULL_HANDLE
nullptr == hDriver
ZE_RESULT_ERROR_INVALID_ENUMERATION
ZE_RTAS_FORMAT_EXP_MAX < rtasFormatAZE_RTAS_FORMAT_EXP_MAX < rtasFormatB
An acceleration structure built with
rtasFormatAis compatible with devices that reportrtasFormatB.
ZE_RESULT_EXP_ERROR_OPERANDS_INCOMPATIBLE
An acceleration structure built with
rtasFormatAis not compatible with devices that reportrtasFormatB.