opengl es - Do android textured point sprites work on software renderer? -


i can render non textured point sprites on both emulator , multiple devices (2.1/2.2) when add textured code nothing displayed on software rendered devices (or emulator) fine on hardware accelerated devices. limitation of software renderer or should able have textured point sprites if can point sprites @ all?

thanks

ok, emulator not support gl_oes_point_sprite extension.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -