Update examples/canvas/multitexture.py docstring

This commit is contained in:
Charles Merriam 2015-02-01 19:00:09 -08:00
parent d00d38559e
commit 75c2397c64
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
'''
Multitexturing
==============
Multitexture Example
====================
This example blends two textures: the letter K in mtexture1.png and an orange
circle in mtexture2.png. You should see an orange K clipped to a circle.
It uses a custom shader, written in glsl (OpenGL Shading Language), stored
in a local string.
'''
from kivy.clock import Clock