Android- bitmap drawing using bitmap shader -


i'm creating game using surface view. in game, need draw image keeps rotating in background, image size twice in width of device.

i tried using bitmap shader draw bitmap reduced frame rate 60 gps 30 fps

i tried bitmap , drew in rect , kept changing location reduce frame rate 60 fps 40 fps...

is there other way... plz help


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -