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