mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 19:50:13 +02:00
Minor code review feedback
This commit is contained in:
parent
103170232f
commit
98e48bc3a9
@ -1108,7 +1108,7 @@ namespace
|
||||
return false;
|
||||
}
|
||||
|
||||
void FitPowerOf2(size_t origx, size_t origy, size_t& targetx, size_t& targety, size_t maxsize)
|
||||
void FitPowerOf2(size_t origx, size_t origy, _Inout_ size_t& targetx, _Inout_ size_t& targety, size_t maxsize)
|
||||
{
|
||||
float origAR = float(origx) / float(origy);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user