What's the best way to share a texture/image between two context with out context sharing?

前端 未结 3 1915
鱼传尺愫
鱼传尺愫 2021-01-25 06:15

What I want to do is to get the render result from one context, and do some further rendering in another context which do not shared with the previous one.

The only meth

3条回答
  •  臣服心动
    2021-01-25 06:33

    If hacks are in order you could use CUDA or OpenCL for this. Works only on GPUs that support either CUDA or OpenCL though.

提交回复
热议问题