You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should OpAtomicFAddEXT, OpAtomicFMinEXT, and OpAtomicFMaxEXT atomic instructions be also allowed to be used with SPV_KHR_untyped_pointers extension?
The main point is that these instructions do have a return type which can be used to interpret untyped pointer argument.
This will require modifications to SPV_EXT_shader_atomic_float_min_max, SPV_EXT_shader_atomic_float_add, and its 16-bit version.
The text was updated successfully, but these errors were encountered:
Should
OpAtomicFAddEXT
,OpAtomicFMinEXT
, andOpAtomicFMaxEXT
atomic instructions be also allowed to be used withSPV_KHR_untyped_pointers
extension?The main point is that these instructions do have a return type which can be used to interpret untyped pointer argument.
This will require modifications to
SPV_EXT_shader_atomic_float_min_max
,SPV_EXT_shader_atomic_float_add
, and its 16-bit version.The text was updated successfully, but these errors were encountered: