Fix formatting

Unrelated changes created by running "git cl format"

Bug: None
Change-Id: I880c7d50aead70353f22502d953efa7aa60ff5d5
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3616882
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Antonio Caggiano
2022-04-29 16:56:34 +02:00
committed by Angle LUCI CQ
parent f1c5e2b114
commit 5b4f180cdb
2 changed files with 32 additions and 32 deletions

View File

@@ -940,9 +940,9 @@ void TypePrecision::get(GLint *returnRange, GLint *returnPrecision) const
*returnPrecision = precision;
}
Caps::Caps() = default;
Caps::Caps(const Caps &other) = default;
Caps::~Caps() = default;
Caps::Caps() = default;
Caps::Caps(const Caps &other) = default;
Caps::~Caps() = default;
Caps &Caps::operator=(const Caps &other) = default;
Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions)

View File

@@ -10147,45 +10147,45 @@ void main() {
constexpr size_t kMatrixCount = 6;
mat4 data[] = {
{
{0, 1, 2, 3}, //
{4, 5, 6, 7}, //
{8, 9, 10, 11}, //
{12, 13, 14, 15}, //
{
{0, 1, 2, 3}, //
{4, 5, 6, 7}, //
{8, 9, 10, 11}, //
{12, 13, 14, 15}, //
},
{
// +-- we should be looking up this column
{
// +-- we should be looking up this column
// V
{0, 4, 8, 12}, //
{1, 5, 9, 13}, //
{2, 6, 10, 14}, //
{3, 7, 11, 15}, //
},
{
{0, 2, 4, 6}, //
{8, 10, 12, 14}, //
{16, 18, 20, 22}, //
{24, 26, 28, 30}, //
{
{0, 2, 4, 6}, //
{8, 10, 12, 14}, //
{16, 18, 20, 22}, //
{24, 26, 28, 30}, //
},
{
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
},
{
{0, 0, 0, 0}, //
{0, 0, 0, 2}, //
{0, 0, 0, 0}, //
{0, 1, 0, 0},
// ^
// +-- we should be using this element
{
{0, 0, 0, 0}, //
{0, 0, 0, 2}, //
{0, 0, 0, 0}, //
{0, 1, 0, 0},
// ^
// +-- we should be using this element
},
{
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
{0, 0, 0, 0}, //
},
};