Geometry shaders now support disabled viewports.

This commit is contained in:
Ben Vanik
2014-01-20 03:42:05 -08:00
parent e5d4cdd66d
commit f5eefb138c
4 changed files with 142 additions and 70 deletions

View File

@@ -95,6 +95,7 @@ private:
ID3D11Buffer* float_constants;
ID3D11Buffer* bool_constants;
ID3D11Buffer* loop_constants;
ID3D11Buffer* geo_constants;
} constant_buffers;
} state_;