On Tue, 6 Mar 2001, Christoph Egger wrote:
> Question: Depends the size of the requested directbuffer on the mode
> I set up, or can I specify the size of it?
There's a two part answer:
1) This is what GA_STATE_SEEABOVE is for. An additional
buffer can be for any resource, the one it is for is the
last resource above it in the list that does not have
GA_STATE_SEEABOVE but set.
2) A buffer has the same dimensions as the resource it belongs
to. (But in the case of Z/Alpha may have different depth.)
I know that makes the code flow more complex, but is the only way to
express buffer configuration.
--
Brian