Skip to content

Commit

Permalink
Agree
Browse files Browse the repository at this point in the history
Co-Authored-By: eagleivg <[email protected]>
  • Loading branch information
Xottab-DUTY and eagleivg committed Nov 8, 2018
1 parent 7cc7602 commit 69912da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Layers/xrRender/HWCaps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ void CHWCaps::Update()
// ***************** PIXEL processing
raster_major = 4;
raster_minor = 0;
raster.dwStages = 15;
// XXX: review this
raster.dwStages = 15; // Previuos value is 16, but it's out of bounds
raster.bNonPow2 = TRUE;
raster.bCubemap = TRUE;
raster.dwMRT_count = 4;
Expand Down

0 comments on commit 69912da

Please sign in to comment.