File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,6 @@ pub fn kill() -> ! {
147147///
148148/// See:
149149/// <https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_shader_clock.html>
150- #[ cfg( all(
151- target_feature = "Int64" ,
152- target_feature = "ShaderClockKHR" ,
153- target_feature = "ext:SPV_KHR_shader_clock"
154- ) ) ]
155150#[ spirv_std_macros:: gpu_only]
156151#[ doc( alias = "OpReadClockKHR" ) ]
157152pub unsafe fn read_clock_khr < const SCOPE : u32 > ( ) -> u64 {
@@ -172,10 +167,6 @@ pub unsafe fn read_clock_khr<const SCOPE: u32>() -> u64 {
172167/// capability. It returns a 'vector of two-components of 32-bit unsigned
173168/// integer type with the first component containing the 32 least significant
174169/// bits and the second component containing the 32 most significant bits.'
175- #[ cfg( all(
176- target_feature = "ShaderClockKHR" ,
177- target_feature = "ext:SPV_KHR_shader_clock"
178- ) ) ]
179170#[ spirv_std_macros:: gpu_only]
180171#[ doc( alias = "OpReadClockKHR" ) ]
181172pub unsafe fn read_clock_uvec2_khr < V : Vector < u32 , 2 > , const SCOPE : u32 > ( ) -> V {
You can’t perform that action at this time.
0 commit comments