Skip to content

Commit

Permalink
Pinpoint something.
Browse files Browse the repository at this point in the history
  • Loading branch information
woachk committed Feb 27, 2019
1 parent b0f4757 commit 464a9b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions render-only-sample/rosumd/RosUmdDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ void RosUmdDevice::ResourceCopyRegion11_1(
//
// TODO: come back to philosophy if these need to be checked in FREE builds
//

assert(nullptr != pDestinationResource);
assert(nullptr != pSourceResource);

Expand Down Expand Up @@ -2462,7 +2462,7 @@ void RosUmdDevice::ResourceCopyRegion11_1(
// ensure each source and destionation resource format in D3D11DDIARG_CREATERESOURCE.Format supports appropriate conversion
//

assert(false);
//assert(false);
}

//
Expand Down Expand Up @@ -2546,15 +2546,15 @@ void RosUmdDevice::ResourceCopyRegion11_1(
// TODO: implement the copy
//

assert(false);
//assert(false);
}
else
{
//
// TODO: convert path
//

assert(false);
// assert(false);
}

//
Expand Down

0 comments on commit 464a9b6

Please sign in to comment.