mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Add vtable/ftable to shader_pass
This commit is contained in:
parent
34c5c84706
commit
c67dc034e9
@ -50,6 +50,8 @@ struct shader_pass
|
||||
void *attrib_map;
|
||||
void *vprg;
|
||||
void *fprg;
|
||||
void *vtable;
|
||||
void *ftable;
|
||||
};
|
||||
|
||||
#define D3D_PI 3.14159265358979323846264338327
|
||||
|
Loading…
x
Reference in New Issue
Block a user