mirror of
https://github.com/microsoft/DirectXTex
synced 2024-12-28 04:01:03 +00:00
Fixed typo
This commit is contained in:
parent
7ee5e66ac9
commit
b036f8906b
@ -676,7 +676,7 @@ static DXGI_FORMAT GetDXGIFormat( const DDS_PIXELFORMAT& ddpf )
|
|||||||
return DXGI_FORMAT_BC3_UNORM;
|
return DXGI_FORMAT_BC3_UNORM;
|
||||||
}
|
}
|
||||||
|
|
||||||
// While pre-mulitplied alpha isn't directly supported by the DXGI formats,
|
// While pre-multiplied alpha isn't directly supported by the DXGI formats,
|
||||||
// they are basically the same as these BC formats so they can be mapped
|
// they are basically the same as these BC formats so they can be mapped
|
||||||
if (MAKEFOURCC( 'D', 'X', 'T', '2' ) == ddpf.fourCC)
|
if (MAKEFOURCC( 'D', 'X', 'T', '2' ) == ddpf.fourCC)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user