shader_ir/memory: Implement patch stores

This commit is contained in:
ReinUsesLisp 2019-11-01 00:34:38 -03:00
parent f2458106e6
commit 6233b1db08
No known key found for this signature in database
GPG key ID: 2DFC508897B39CFE
4 changed files with 38 additions and 20 deletions

View file

@ -7,6 +7,7 @@
#include <variant>
#include "common/common_types.h"
#include "video_core/shader/node.h"
#include "video_core/shader/shader_ir.h"
namespace VideoCommon::Shader {