Open ivancea opened 8 years ago
Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).
Implementation is very similar to Texture and ColorTexture2D but with FrameBuffers.
Texture
ColorTexture2D
More info: https://github.com/isc30/IscEngine/blob/master/IscEngine/Graphics/Buffers/FrameBuffer.cpp
Maybe FrameBuffer<ColorTexture2D> FrameBuffer<DepthTexture2D>? Let's talk about this before starting :P
FrameBuffer<ColorTexture2D>
FrameBuffer<DepthTexture2D>
Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).
Implementation is very similar to
Texture
andColorTexture2D
but with FrameBuffers.More info: https://github.com/isc30/IscEngine/blob/master/IscEngine/Graphics/Buffers/FrameBuffer.cpp
Maybe
FrameBuffer<ColorTexture2D>
FrameBuffer<DepthTexture2D>
? Let's talk about this before starting :P