diff options
| author | 2022-03-14 11:06:25 -0400 | |
|---|---|---|
| committer | 2022-03-14 11:06:25 -0400 | |
| commit | be0e6a2bb456cc5b3c431d5b9f18573a26f611ec (patch) | |
| tree | c0b60352993f8a065085d7a9a298d5634fa99684 /src | |
| parent | Maxwell3D: restore original topology when topology overrides are disabled (diff) | |
| download | yuzu-be0e6a2bb456cc5b3c431d5b9f18573a26f611ec.tar.gz yuzu-be0e6a2bb456cc5b3c431d5b9f18573a26f611ec.tar.xz yuzu-be0e6a2bb456cc5b3c431d5b9f18573a26f611ec.zip | |
Maxwell3D: Link to override constant definition in nouveau
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 513a9d5df..6d34da046 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h | |||
| @@ -367,6 +367,8 @@ public: | |||
| 367 | Patches = 0xe, | 367 | Patches = 0xe, |
| 368 | }; | 368 | }; |
| 369 | 369 | ||
| 370 | // Constants as from NVC0_3D_UNK1970_D3D | ||
| 371 | // https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h#L1598 | ||
| 370 | enum class PrimitiveTopologyOverride : u32 { | 372 | enum class PrimitiveTopologyOverride : u32 { |
| 371 | None = 0x0, | 373 | None = 0x0, |
| 372 | Points = 0x1, | 374 | Points = 0x1, |