在GPU上绘制uiimage渲染矩形

时间:2016-01-26 09:54:12

标签: ios uiimage gpu

我需要在UIImage上绘制许多矩形。 因为有足够的矩形,所以我需要它渲染非常快。我想我需要在GPU上渲染。

如何通过GPU在UIImage上绘制矩形?

1 个答案:

答案 0 :(得分:0)

为每个矩形创建一个this.selectedCategory.subscribe(function(newVal) { if (newVal != undefined) { that.newObjectToSave(newVal); // newObjectToSave().ecomCategories = []; } }); ,并将它们添加为UIImage的子图层。 this.selectedSubCategory.subscribe(function(subCat) { if (subCat != undefined) { that.newObjectToSave().ecomCategories = [subCat]; that.newObjectToSave(that.newObjectToSave().ecomCategories[0]); } }); 层次结构由GPU呈现。