n64-fast3d-engine icon indicating copy to clipboard operation
n64-fast3d-engine copied to clipboard

Avoid updating the per frame constant buffer when not necessary.

Open MaikelChan opened this issue 4 years ago • 0 comments

Optimization when using three point filtering in D3D11. The constant buffer was being updated even if the textures had the same properties between draw calls.

MaikelChan avatar Oct 18 '20 12:10 MaikelChan