Enable a specified mode of the texture
<texture>.enable( | |
mode | |
) |
Mode | Description |
viz.TEXTURE_FREE_MEMORY | Controls whether texture image memory will be freed after uploading to graphics card. |
viz.TEXTURE_RESIZE_NPOT | Controls whether non-power-of-two textures will be resized. |