Search found 2 matches
- Thu Feb 09, 2017 1:44 am
- Forum: Advanced Help
- Topic: Render Texture with a depth attachment in iOS
- Replies: 0
- Views: 1043
Render Texture with a depth attachment in iOS
I didn't get any replies in Beginner so reposting here. I'm having trouble with rendering to an offscreen texture on opengles. I want to draw objects into a render texture and then draw using the render texture onto the screen. I'm using the ogl-es branch on iOS 10 and trying to render into a custom...
- Wed Feb 01, 2017 2:30 am
- Forum: Beginners Help
- Topic: Render Texture in iOS
- Replies: 0
- Views: 721
Render Texture in iOS
I'm having trouble with rendering to an offscreen texture on opengles. I want to draw objects into a render texture and then draw using the render texture onto the screen. I'm using the ogl-es branch on iOS 10 and trying to render into a custom view in our cocoa app. This is all I'm doing to instant...