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