Ejemplo n.º 1
0
 public override void ClearDepthStencil(float depth, byte stencil)
 {
     _commands.ClearDepthTarget(depth, stencil);
 }
Ejemplo n.º 2
0
 private protected override void ClearDepthStencilCore(float depth, byte stencil)
 {
     _currentCommands.ClearDepthTarget(depth, stencil);
 }
Ejemplo n.º 3
0
 public override void ClearDepthTarget(float depth)
 {
     _commands.ClearDepthTarget(depth);
 }