enum CacheState { Cache_Uncached, Cache_PreTarget, Cache_Target, Cache_Count };
Indicates the state of the filtering result.
Members |
Description |
Cache_Uncached |
Result is completely uncached. Must be rendered from scratch. |
Cache_PreTarget |
Result is step before rendering to its final target (only used with filters). |
Cache_Target |
Result is final for the target, simply do a Texture quad. |
Cache_Count |
Number of filtering result. |
Render_Primitive.h