User callbacks to handle updates to pppi textures.
| Name | Description |
|---|---|
| UpdateAtlas(const VolumeTextureRegion &) | Take required actions for the atlas texture update. For example, copy data from CPU to GPU. |
| UpdateIndirection(const IndirectionTextureRegions &) | Take required actions for the indirection texture update. For example, copy data from CPU to GPU. |
public: void UpdateAtlas
(
const VolumeTextureRegion & region
)
Take required actions for the atlas texture update. For example, copy data from CPU to GPU.
public: void UpdateIndirection
(
const IndirectionTextureRegions & regions
)
Take required actions for the indirection texture update. For example, copy data from CPU to GPU.