shader: Initial support for textures and TEX
This commit is contained in:
parent
7d6ba5b984
commit
ab46371247
33 changed files with 1489 additions and 342 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "environment.h"
|
||||
#include "shader_recompiler/environment.h"
|
||||
|
||||
namespace Shader {
|
||||
|
||||
|
@ -14,6 +14,8 @@ public:
|
|||
|
||||
u64 ReadInstruction(u32 offset) override;
|
||||
|
||||
u32 TextureBoundBuffer() override;
|
||||
|
||||
std::array<u32, 3> WorkgroupSize() override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue