mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Fix some vertical alignments
ie. uses spaces for alignment.
This commit is contained in:
parent
2a7a94387c
commit
6c4ee1753a
91 changed files with 1420 additions and 1405 deletions
|
@ -210,7 +210,7 @@ int CD3DFont::Init()
|
|||
|
||||
// Create a new texture for the font
|
||||
// possible optimization: store the converted data in a buffer and fill the texture on creation.
|
||||
// That way, we can use a static texture
|
||||
// That way, we can use a static texture
|
||||
ID3D11Texture2D* buftex;
|
||||
D3D11_TEXTURE2D_DESC texdesc = CD3D11_TEXTURE2D_DESC(DXGI_FORMAT_R8G8B8A8_UNORM, m_dwTexWidth, m_dwTexHeight,
|
||||
1, 1, D3D11_BIND_SHADER_RESOURCE, D3D11_USAGE_DYNAMIC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue