FreeTexture()
语法
FreeTexture(#Texture)概要
Frees the specified texture. All its associated memory is released and this object can't be used anymore.
参数
#Texture The texture to free. If #PB_All is specified, all the remaining textures are freed.
返回值
无.
Remarks
All remaining textures are automatically freed when the program ends.
已支持操作系统
所有