File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1631,7 +1631,7 @@ typedef enum ur_device_info_t {
1631
1631
///< accessing cubemap resources
1632
1632
UR_DEVICE_INFO_CUBEMAP_SEAMLESS_FILTERING_SUPPORT_EXP = 0x2011, ///< [::ur_bool_t] returns true if the device supports sampling cubemapped
1633
1633
///< images across face boundaries
1634
- UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP = 0x2012, ///< [::ur_bool_t] returns true if the device supports timestamp recording
1634
+ UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP = 0x2012, ///< [::ur_bool_t] returns true if the device supports timestamp recording
1635
1635
/// @cond
1636
1636
UR_DEVICE_INFO_FORCE_UINT32 = 0x7fffffff
1637
1637
/// @endcond
@@ -1657,7 +1657,7 @@ typedef enum ur_device_info_t {
1657
1657
/// - ::UR_RESULT_ERROR_INVALID_NULL_HANDLE
1658
1658
/// + `NULL == hDevice`
1659
1659
/// - ::UR_RESULT_ERROR_INVALID_ENUMERATION
1660
- /// + `::UR_DEVICE_INFO_CUBEMAP_SEAMLESS_FILTERING_SUPPORT_EXP < propName`
1660
+ /// + `::UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP < propName`
1661
1661
/// - ::UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION
1662
1662
/// + If `propName` is not supported by the adapter.
1663
1663
/// - ::UR_RESULT_ERROR_INVALID_SIZE
You can’t perform that action at this time.
0 commit comments