Render() public method

public Render ( GraphicsDevice device ) : void
device GraphicsDevice
return void
コード例 #1
0
 private void Clear()
 {
     ClearShader.CurrentTechnique.Passes[0].Apply();
     quad.Render(Device);
 }