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() -> ! {
147
147
///
148
148
/// See:
149
149
/// <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
- ) ) ]
155
150
#[ spirv_std_macros:: gpu_only]
156
151
#[ doc( alias = "OpReadClockKHR" ) ]
157
152
pub unsafe fn read_clock_khr < const SCOPE : u32 > ( ) -> u64 {
@@ -172,10 +167,6 @@ pub unsafe fn read_clock_khr<const SCOPE: u32>() -> u64 {
172
167
/// capability. It returns a 'vector of two-components of 32-bit unsigned
173
168
/// integer type with the first component containing the 32 least significant
174
169
/// 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
- ) ) ]
179
170
#[ spirv_std_macros:: gpu_only]
180
171
#[ doc( alias = "OpReadClockKHR" ) ]
181
172
pub 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