示例#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];
 }