Ejemplo n.º 1
0
 public static void SetDepthStencilState(DeviceContext context, DepthConfigurationType type)
 {
     context.OutputMerger.DepthStencilState = m_DepthStencilStates[(int)type];
 }
Ejemplo n.º 2
0
 public static void SetDepthStencilState(DeviceContext context, DepthConfigurationType type)
 {
     context.OutputMerger.DepthStencilState = m_DepthStencilStates[(int)type];
 }