srp
software rendering pipeline
Loading...
Searching...
No Matches
VertexCache Struct Reference

#include <vertex_processing.h>

Collaboration diagram for VertexCache:

Public Attributes

VertexCacheEntryentries
 
size_t baseVertex
 
size_t size
 
void * varyingBlock
 

Detailed Description

Post-VS cache

Member Data Documentation

◆ baseVertex

size_t VertexCache::baseVertex

The base vertex of the cache, all other vertices index the entries array relative to it.

◆ entries

VertexCacheEntry* VertexCache::entries

The array of vertex cache entries

◆ size

size_t VertexCache::size

Cache size

◆ varyingBlock

void* VertexCache::varyingBlock

Pointer to the block of memory where varyings of vertex-cache-stored vertices will be


The documentation for this struct was generated from the following file: