clang fixes

This commit is contained in:
Chase Payne
2024-08-10 14:27:54 -05:00
committed by ReenigneArcher
parent d470cc7d4e
commit d9bd8e2d77

View File

@@ -69,7 +69,6 @@ syncThreadDesktop() {
CloseDesktop(hDesk);
}
/**
* @brief Determines whether a given frame is entirely black by checking every pixel.
*
@@ -104,7 +103,6 @@ isFrameBlack(const D3D11_MAPPED_SUBRESOURCE &mappedResource, const D3D11_TEXTURE
return true;
}
/**
* @brief Attempts to capture and verify the contents of up to 10 consecutive frames from a DXGI output duplication.
*