OpenGL ES 2.0 – Generating Textures Using Evas Object

OpenGL ES 2.0 – Generating Textures Using Evas Object

BY 21 Jul 2015 Native Code Snippet
This code shows how to generate textures from Evas Objects very simply. evas_object_image_data_get API provides a helpful way to load PNG file into OpenGL ES 2.0 texture memory area without hassle. More detailed OpenGL ES 2.0 things for Tizen are well explained in GLViewCube Sample in SDK
Written by