Rasterizer DX11.RenderState point?

hi, how can I get points in dx11 like we did with good old Fill DX9.RenderState?

point sprites?

Point doesn’t exist as a state anymore in directx11.

Use topology node on your geometry and set as pointlist.

You might as well want to use “pervertexdrawer” to avoid drawing points several times.