gpu/internal/d3d11,internal/d3d11: add DirectCompute support

This change implements support for compute programs in the Direct3D 11
driver. The compute renderer doesn't work for me yet; my NVIDIA GTX 970
and Intel GPUs both display corrupted output and hangs.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-08-28 10:18:03 +02:00
parent e841288b88
commit 1362acb85a
4 changed files with 327 additions and 42 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ require (
require (
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2
gioui.org/shader v1.0.1
gioui.org/shader v1.0.2
)