rust-gpu/tests
hatoo b0676cba61
Implement OpTypeMatrix (#738)
* Implement OpTypeMatrix

* clippy

* Use cached Symbol

* Implement #[spirv(matrix(ty, m, n))] instead of Matrix trait

* Update #[spirv(matrix(..))]

- #[spirv(matrix(ty, m, n))]
  Specify all of type, rows, columns.
- #[spirv(matrix(ty, m))]
  Specify all of type, rows. Infer columns.
- #[spirv(matrix(ty))]
  Specify all of type. Infer others.
- #[spirv(matrix)]
  Infer all.

* Drop #[spirv(matrix(..))] (with arguments)

* Fix IntrinsicType::Matrix type construction

* Update matrix-type.rs

* Update tests/ui/spirv-attr/multiple.rs to test Matrix

* Fix tests/ui/spirv-attr/matrix-type.rs

* Add failing tests for #[spirv(matrix)

* Update error messages for #[spirv(matrix)]
2021-08-30 15:45:29 +02:00
..
deps-helper Release v0.4.0-alpha.12 (#719) 2021-08-12 10:46:32 +00:00
src rustup update and embark standard lints v0.4 (#672) 2021-06-17 13:10:19 +02:00
ui Implement OpTypeMatrix (#738) 2021-08-30 15:45:29 +02:00
Cargo.toml Release v0.4.0-alpha.12 (#719) 2021-08-12 10:46:32 +00:00