Project

General

Profile

« Previous | Next » 

Revision 758303a3

Added by Leszek Koltunski over 7 years ago

Rename Effects2D to EffectQueue

View differences:

src/main/res/values/strings.xml
82 82
    <string name="example_differenteffects_subtitle">See how to draw the same bitmap multiple times, each time with different set of effects applied.</string>
83 83
    <string name="example_differentbitmaps">Different Bitmaps</string>  
84 84
    <string name="example_differentbitmaps_subtitle">Draw 3 different bitmaps, apply the same set of effects to each one in one go.</string>
85
    <string name="example_effects2d">Effects 2D</string>
86
    <string name="example_effects2d_subtitle">Add, remove and list all effects currently acting on a Bitmap.</string>
85
    <string name="example_effectqueue">Effect Queue</string>
86
    <string name="example_effectqueue_subtitle">Add, remove and list all effects currently acting on a Bitmap.</string>
87 87
    <string name="example_check">Check</string>  
88 88
    <string name="example_check_subtitle">Check the maximum number of effects (separately for vertex and fragment shaders) we can apply to a single bitmap.</string>
89 89
    <string name="example_fbo">Bitmap Tree</string>  

Also available in: Unified diff