Enum UpdateLevel
How "deep" a particular update needs to go to fully address this ABR Input
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public enum UpdateLevel
Fields
Name | Description |
---|---|
Geometry | Data updates generally need to address geometric information and/or populate data on a per-vertex basis, hence they are usually slow/expensive. |
Style | Style updates are generally lightweight and only consist of updating uniforms on the GPU, for example changing the colormap or glyph size. |