コード例 #1
0
ファイル: Scene.cs プロジェクト: Doycie/GraphicsPracticum3
 public virtual void DrawPost(ScreenQuad q, RenderTarget t)
 {
     q.Render(postproc, t.GetTextureID());
 }