clang fixes
This commit is contained in:
@@ -69,7 +69,6 @@ syncThreadDesktop() {
|
|||||||
CloseDesktop(hDesk);
|
CloseDesktop(hDesk);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Determines whether a given frame is entirely black by checking every pixel.
|
* @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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Attempts to capture and verify the contents of up to 10 consecutive frames from a DXGI output duplication.
|
* @brief Attempts to capture and verify the contents of up to 10 consecutive frames from a DXGI output duplication.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user