hello,
I create a vx_image by the follow code:
"vx_image output = vxCreateImage(context, DISPLAY_WIDTH, DISPLAY_HEIGHT, VX_DF_IMAGE_RGBX);"
and I want to use this vx_image to generate a fbo, then my opengles app can render something to the fbo,
at first, I have to get the dma fb of the vx_image, but I haven't find the method how to get the dma fb of the vx_image,
waitting your help.