mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Remove old RasterFont classes
This commit is contained in:
parent
600d1fc0bc
commit
63dd91628d
28 changed files with 4 additions and 1296 deletions
|
@ -198,11 +198,6 @@ void OpenGLPostProcessing::CreateHeader()
|
|||
|
||||
"#define SampleOffset(offset) textureOffset(samp9, float3(uv0, layer), offset)\n"
|
||||
|
||||
"float4 SampleFontLocation(float2 location)\n"
|
||||
"{\n"
|
||||
"\treturn texture(samp8, location);\n"
|
||||
"}\n"
|
||||
|
||||
"float2 GetResolution()\n"
|
||||
"{\n"
|
||||
"\treturn resolution.xy;\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue