DaVinci Resolve: Difference between revisions
SeniorMatt (talk | contribs) Updated the broken link. |
Correct the placement of `hardware.amdgpu.opencl.enable = true;` |
||
| Line 160: | Line 160: | ||
<syntaxhighlight lang="nix">hardware.graphics = { | <syntaxhighlight lang="nix">hardware.graphics = { | ||
enable = true; | enable = true; | ||
}; | |||
hardware.amdgpu.opencl.enable = true;</syntaxhighlight> | |||
[[Category:Applications]] | [[Category:Applications]] | ||