attach a depth buffer to render target?

Problems building or running the engine, queries about how to use features etc.
Post Reply
andreahmed
Kobold
Posts: 38
Joined: Wed Dec 31, 2014 2:26 am
x 2

attach a depth buffer to render target?

Post by andreahmed »

How would I attach depth buffer to a render target ?

first I get the RT
then I get the render system
then I create depth buffer
then rt->attachdepthbuffer()

but it doesn't work
Post Reply