[Opensg-users] Stages - DataSlotId

2015-03-16 Thread Michael Raab
Hi, why are Stages typically storing their data via _iDataSlot? Thanks, Michael -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot

Re: [Opensg-users] Stages - DataSlotId

2015-03-16 Thread Michael Raab
Hi, just wanted to detail my question... I would like to access some data that is local to a certain stage. Stages typically store their data using iDataSlot, which makes access to those a bit unhandy. My current case refers to the DeferredShadingStage. I would like to get access to a

Re: [Opensg-users] Stages - DataSlotId

2015-03-16 Thread Carsten Neumann
Hello Michael, On 03/16/2015 10:15 AM, Michael Raab wrote: just wanted to detail my question... I would like to access some data that is local to a certain stage. Stages typically store their data using iDataSlot, which makes access to those a bit unhandy. My current case refers to