microsoft / graphics-driver-samples

This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
Other
381 stars 134 forks source link

Back-face removal support #14

Open bhouse-microsoft opened 8 years ago

bhouse-microsoft commented 8 years ago

Assigning this to Indy for now.

indygit commented 8 years ago

The code is #if-ed out in RosUmdDevice::RefreshPipelineState(), please see CullMode. We need to enable it and then also properly set ClosewisePrimitives from D3D11 rasterizer state.