File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636// TODO: Generate extended instructions
3737//! Std 450 Extended set instructions
3838template<typename SquareMatrix>
39- [[vk::ext_instruction(34, /* GLSLstd450MatrixInverse */, "GLSL.std.450")]]
39+ [[vk::ext_instruction(34 /* GLSLstd450MatrixInverse */, "GLSL.std.450")]]
4040SquareMatrix matrixInverse(NBL_CONST_REF_ARG(SquareMatrix) mat);
4141
4242// 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);
2727// TODO: Generate extended instructions
2828//! Std 450 Extended set instructions
2929template<typename SquareMatrix>
30- [[vk::ext_instruction (34 , /* GLSLstd450MatrixInverse */ , "GLSL.std.450" )]]
30+ [[vk::ext_instruction (34 /* GLSLstd450MatrixInverse */ , "GLSL.std.450" )]]
3131SquareMatrix matrixInverse (NBL_CONST_REF_ARG (SquareMatrix) mat);
3232
3333// 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