EFB to ram scales correctly non-native resolutions.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2724 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
donkopunchstania
2009-03-22 09:00:43 +00:00
parent c4c5911538
commit 772f11ce71
3 changed files with 93 additions and 89 deletions

View File

@ -31,7 +31,7 @@ u16 GetEncodedSampleCount(u32 format);
const char *GenerateEncodingShader(u32 format);
void SetShaderParameters(u32 width, u32 height, u32 offsetX, u32 offsetY, float pixelStride, u32 format);
void SetShaderParameters(float width, float height, float offsetX, float offsetY, float widthStride, float heightStride);
}