Parallelism between CPU and GPU
From: Dave (anonymous_at_discussions.microsoft.com)
Date: 05/14/04
- Next message: chrisv: "Re: Join the 3rd Millenium"
- Previous message: Everything Jute !: "Re: Join the 3rd Millenium"
- Next in thread: Rich [Microsoft Direct3D MVP]: "Re: Parallelism between CPU and GPU"
- Reply: Rich [Microsoft Direct3D MVP]: "Re: Parallelism between CPU and GPU"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 12:11:06 -0700
Hi,
In D3D, how do i code in order to get the maximum parallelism between CPU and GPU.
Like this??
... CPU chores...
BeginScene()
...All the D3D api calls...
EndScene()
Present()
... CPU chores...
OR like this??
BeginScene()
...Some D3D calls...
EndScene()
...Some CPU chores
BeginScene()
...Some D3D calls...
EndScene()
...Some CPU chores
.
.
.
Present()
Can any1 enlighten me?
Thanks!
- Next message: chrisv: "Re: Join the 3rd Millenium"
- Previous message: Everything Jute !: "Re: Join the 3rd Millenium"
- Next in thread: Rich [Microsoft Direct3D MVP]: "Re: Parallelism between CPU and GPU"
- Reply: Rich [Microsoft Direct3D MVP]: "Re: Parallelism between CPU and GPU"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|