コード例 #1
0
ファイル: ContextHelper.cs プロジェクト: shoff/CSharpRenderer
 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];
 }