mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Add Roboto font, misc icons and text things
This commit is contained in:
@@ -23,7 +23,7 @@ const CompileJob kCompileJobs[] =
|
||||
{
|
||||
{
|
||||
L"ShaderSrc\\DrawQuadV.hlsl",
|
||||
L"GpD3D\\ShadersD3D11\\DrawQuadV_D3D11.cpp",
|
||||
L"GpDisplayDriver_D3D11\\CompiledShaders\\DrawQuadV_D3D11.cpp",
|
||||
"g_drawQuadV_D3D11",
|
||||
drawQuadDefs,
|
||||
"VSMain",
|
||||
@@ -31,7 +31,7 @@ const CompileJob kCompileJobs[] =
|
||||
},
|
||||
{
|
||||
L"ShaderSrc\\DrawQuadRGBP.hlsl",
|
||||
L"GpD3D\\ShadersD3D11\\DrawQuadRGBP_D3D11.cpp",
|
||||
L"GpDisplayDriver_D3D11\\CompiledShaders\\DrawQuadRGBP_D3D11.cpp",
|
||||
"g_drawQuadRGBP_D3D11",
|
||||
drawQuadDefs,
|
||||
"PSMain",
|
||||
@@ -39,7 +39,7 @@ const CompileJob kCompileJobs[] =
|
||||
},
|
||||
{
|
||||
L"ShaderSrc\\DrawQuadPaletteP.hlsl",
|
||||
L"GpD3D\\ShadersD3D11\\DrawQuadPaletteP_D3D11.cpp",
|
||||
L"GpDisplayDriver_D3D11\\CompiledShaders\\DrawQuadPaletteP_D3D11.cpp",
|
||||
"g_drawQuadPaletteP_D3D11",
|
||||
drawQuadDefs,
|
||||
"PSMain",
|
||||
@@ -47,7 +47,7 @@ const CompileJob kCompileJobs[] =
|
||||
},
|
||||
{
|
||||
L"ShaderSrc\\DrawQuad15BitP.hlsl",
|
||||
L"GpD3D\\ShadersD3D11\\DrawQuad15BitP_D3D11.cpp",
|
||||
L"GpDisplayDriver_D3D11\\CompiledShaders\\DrawQuad15BitP_D3D11.cpp",
|
||||
"g_drawQuad15BitP_D3D11",
|
||||
drawQuadDefs,
|
||||
"PSMain",
|
||||
|
||||
Reference in New Issue
Block a user