Common nn::gfx: Difference between revisions
Correct enum class names and mark unofficial ones. |
fix typo in nn::gfx::ComparisonFunction::GreaterThan |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 89: | Line 89: | ||
|UniformBuffer | |UniformBuffer | ||
|0x10 (1 << 4) | |0x10 (1 << 4) | ||
|Uniform | |Uniform buffer | ||
|- | |- | ||
|Texture | |Texture | ||
| Line 95: | Line 95: | ||
|Texture | |Texture | ||
|- | |- | ||
| | |StorageBuffer | ||
|0x40 (1 << 6) | |0x40 (1 << 6) | ||
| | |Storage buffer | ||
|- | |- | ||
|RenderTargetColor | |RenderTargetColor | ||
| Line 960: | Line 960: | ||
| | | | ||
|- | |- | ||
| | |GreaterThan | ||
|0x4 | |0x4 | ||
| | | | ||
| Line 1,212: | Line 1,212: | ||
| | | | ||
|- | |- | ||
| | |String | ||
|0x2 | |0x2 | ||
| | | | ||
| Line 1,230: | Line 1,230: | ||
|0x0 | |0x0 | ||
|0x8 | |0x8 | ||
| | |const char * | ||
|User data name | |User data name | ||
|- | |- | ||