mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
vertex shader for texture converter
This commit is contained in:
parent
092a99cbd2
commit
60b8e4fb1c
6 changed files with 99 additions and 87 deletions
|
@ -21,9 +21,13 @@
|
|||
#include "XFMemory.h"
|
||||
#include "VideoCommon.h"
|
||||
|
||||
#define SHADER_POSMTX_ATTRIB 1
|
||||
#define SHADER_NORM1_ATTRIB 6
|
||||
#define SHADER_NORM2_ATTRIB 7
|
||||
// TODO should be reordered
|
||||
#define SHADER_POSMTX_ATTRIB 1
|
||||
#define SHADER_POSITION_ATTRIB 2
|
||||
#define SHADER_TEXTURE0_ATTRIB 3
|
||||
#define SHADER_COLOR0_ATTRIB 4
|
||||
#define SHADER_NORM1_ATTRIB 6
|
||||
#define SHADER_NORM2_ATTRIB 7
|
||||
|
||||
|
||||
// shader variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue