enable catmull rom shader
This commit is contained in:
parent
e9a18548ed
commit
58fea73c9b
2 changed files with 23 additions and 9 deletions
|
@ -20,7 +20,7 @@ typedef struct D3D9RENDERER
|
|||
IDirect3DTexture9* surface_tex[D3D9_TEXTURE_COUNT];
|
||||
IDirect3DTexture9* palette_tex[D3D9_TEXTURE_COUNT];
|
||||
IDirect3DPixelShader9* pixel_shader;
|
||||
IDirect3DPixelShader9* pixel_shader_bilinear;
|
||||
IDirect3DPixelShader9* pixel_shader_upscale;
|
||||
float scale_w;
|
||||
float scale_h;
|
||||
int bits_per_pixel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue