[GPU] Start texture combiner implementation

This commit first implements experimental and incomplete
texture combiner support. Currently only the first texture combiner
is implemented. Many sources and combine modes are not implemented yet.
This commit is contained in:
fleroviux 2023-06-15 22:45:13 +02:00
parent 18776702e0
commit 4322ebda2c
3 changed files with 135 additions and 15 deletions

1
.gitignore vendored
View file

@ -8,6 +8,7 @@
#Clion Files
.idea/
cmake-build-*
Debug/
Release/