mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[D3D12] GetFormatCopyInfo: Remove unused divide_by_block_size variable
This commit is contained in:
parent
fcf6a7ded1
commit
443d61c9e1
|
|
@ -134,7 +134,6 @@ void GetFormatCopyInfo(DXGI_FORMAT format, uint32_t plane,
|
||||||
DXGI_FORMAT copy_format = format;
|
DXGI_FORMAT copy_format = format;
|
||||||
uint32_t block_width = 1;
|
uint32_t block_width = 1;
|
||||||
uint32_t block_height = 1;
|
uint32_t block_height = 1;
|
||||||
bool divide_by_block_size = false;
|
|
||||||
uint32_t bytes_per_block = 1;
|
uint32_t bytes_per_block = 1;
|
||||||
switch (format) {
|
switch (format) {
|
||||||
case DXGI_FORMAT_R32G32B32A32_TYPELESS:
|
case DXGI_FORMAT_R32G32B32A32_TYPELESS:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue