• Stefan Dösinger's avatar
    d3d9: Test psize_min vs psize_max vs psize behavior. · cd011661
    Stefan Dösinger authored
    Add a test that checks what happens if D3DRS_POINTSIZE, D3DRS_POINTSIZE_MIN
    and POINTSIZE_MAX have conflicting values. D3DRS_POINTSIZE_MAX trumps
    D3DRS_POINTSIZE_MIN, and both MIN and MAX clamp the D3DRS_POINTSIZE value if it is
    outside of their range.
    cd011661
state.c 341 KB