Skip to content
  • Kenneth Moreland's avatar
    Allow GL3 layer to allocate its own sparse buffer · c378b59b
    Kenneth Moreland authored
    It turns out that you can transfer CUDA memory to the host around 2x
    faster if you have pinned memory in the host. That is tricky since
    buffers are allocated internally in IceT. Change the render image
    fetches to allow them to allocate their own memory.
    c378b59b