File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
// TODO: Generate extended instructions
37
37
//! Std 450 Extended set instructions
38
38
template<typename SquareMatrix>
39
- [[vk::ext_instruction(34, /* GLSLstd450MatrixInverse */, "GLSL.std.450")]]
39
+ [[vk::ext_instruction(34 /* GLSLstd450MatrixInverse */, "GLSL.std.450")]]
40
40
SquareMatrix matrixInverse(NBL_CONST_REF_ARG(SquareMatrix) mat);
41
41
42
42
// Add specializations if you need to emit a `ext_capability` (this means that the instruction needs to forward through an `impl::` struct and so on)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pointer_t<StorageClass, T> copyObject([[vk::ext_reference]] T value);
27
27
// TODO: Generate extended instructions
28
28
//! Std 450 Extended set instructions
29
29
template<typename SquareMatrix>
30
- [[vk::ext_instruction (34 , /* GLSLstd450MatrixInverse */ , "GLSL.std.450" )]]
30
+ [[vk::ext_instruction (34 /* GLSLstd450MatrixInverse */ , "GLSL.std.450" )]]
31
31
SquareMatrix matrixInverse (NBL_CONST_REF_ARG (SquareMatrix) mat);
32
32
33
33
// Add specializations if you need to emit a `ext_capability` (this means that the instruction needs to forward through an `impl::` struct and so on)
You can’t perform that action at this time.
0 commit comments