|
srp
software rendering pipeline
|
#include <vertex_processing.h>

Public Attributes | |
| VertexCacheEntry * | entries |
| size_t | baseVertex |
| size_t | size |
| void * | varyingBlock |
Post-VS cache
| size_t VertexCache::baseVertex |
The base vertex of the cache, all other vertices index the entries array relative to it.
| VertexCacheEntry* VertexCache::entries |
The array of vertex cache entries
| size_t VertexCache::size |
Cache size
| void* VertexCache::varyingBlock |
Pointer to the block of memory where varyings of vertex-cache-stored vertices will be