enable catmull rom shader

This commit is contained in:
FunkyFr3sh 2023-07-03 10:50:03 +02:00
parent e9a18548ed
commit 58fea73c9b
2 changed files with 23 additions and 9 deletions

View file

@ -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;