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