예제 #1
0
 protected override bool OnAttach(IRenderTechnique technique)
 {
     depthPrepassCore = Collect(new DepthPrepassCore());
     depthPrepassCore.Attach(technique);
     return(base.OnAttach(technique));
 }
예제 #2
0
 protected override bool OnAttach(IRenderTechnique technique)
 {
     depthPrepassCore = new DepthPrepassCore();
     depthPrepassCore.Attach(technique);
     return(true);
 }