Monogame: Why is there no "FillMode.Point"?

Created on 19 Aug 2019  路  3Comments  路  Source: MonoGame/MonoGame

Is there a reason FillMode.Point is not implemented?

Best wishes.

Question

All 3 comments

It was not in XNA and is not supported by Direct3D.

"not supported by Direct3D"
Hm, this is not correct at all, I guess: https://docs.microsoft.com/en-us/previous-versions/windows/desktop/bb322859(v%3Dvs.85)

Those are the D3D9 docs. MonoGame uses Direct3D 11 which no longer has the point fillmode: https://docs.microsoft.com/en-us/windows/win32/api/d3d11/ne-d3d11-d3d11_fill_mode

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SenpaiSharp picture SenpaiSharp  路  3Comments

harry-cpp picture harry-cpp  路  5Comments

Halofreak1990 picture Halofreak1990  路  4Comments

monsieurmax picture monsieurmax  路  5Comments

Grabiobot picture Grabiobot  路  5Comments