Rename new/set/getRenderTarget back to new/set/getCanvas, for now.

The setRenderTarget/setCanvas API will likely change before 12.0 is released, so there's no reason to rename things unnecessarily before then.
This commit is contained in:
Alex Szpakowski
2020-02-16 19:42:11 -04:00
parent 7b195c5f44
commit 7c34345fa6
2 changed files with 10 additions and 31 deletions
+1 -1
View File
@@ -908,7 +908,7 @@ static StringMap<Texture::SettingType, Texture::SETTING_MAX_ENUM>::Entry setting
{ "type", Texture::SETTING_TYPE },
{ "dpiscale", Texture::SETTING_DPI_SCALE },
{ "msaa", Texture::SETTING_MSAA },
{ "rendertarget", Texture::SETTING_RENDER_TARGET },
{ "canvas", Texture::SETTING_RENDER_TARGET },
{ "readable", Texture::SETTING_READABLE },
};