Skip to content Skip to sidebar Skip to footer

Renderscript: Accessing 'z' Coordinate

I'm trying to write a simple kernel for image processing; I was planning on storing the channel of image in the 'z' coordinate of an allocation. I think this should be possible ba

Solution 1:

No, right now we don't support z coordinates when used with forEach.


Post a Comment for "Renderscript: Accessing 'z' Coordinate"