Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/9on12Blit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ namespace D3D9on12

static inline D3D12_RECT ConvertBoxToRect(const D3D12_BOX& box)
{
Check9on12(box.front == 0 && box.back == 1);

D3D12_RECT rect =
{
static_cast<LONG>(box.left),
Expand Down
Loading