 Marco CarvalhoandGitHub
|
0e95a8271a
|
Non-flags enums should not be used in bitwise operations (#5214)
|
2023-06-09 19:44:22 +02:00 |
|
 Marco CarvalhoandGitHub
|
76b474e97b
|
Update ShaderConfig.cs (#5226)
|
2023-06-09 14:53:20 +00:00 |
|
 Marco CarvalhoandGitHub
|
e94d24f508
|
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' (#5231)
* Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup
* fix
|
2023-06-09 13:05:32 +02:00 |
|
 Marco CarvalhoandGitHub
|
86de288142
|
Removing shift by 0 (#5249)
* Integral numbers should not be shifted by zero or more than their number of bits-1
* more
|
2023-06-09 11:23:44 +02:00 |
|
 Marco CarvalhoandGitHub
|
8954ff3af2
|
Replacing ZbcColorArray with Array4<uint> (#5210)
* Related "if/else if" statements should not have the same condition
* replacing ZbcColorArray with Array4<uint>
* fix alignment
|
2023-06-04 20:30:04 +00:00 |
|