Data Fields | |
struct cso_hash * | blend_hash |
struct cso_hash * | depth_stencil_hash |
struct cso_hash * | fs_hash |
struct cso_hash * | vs_hash |
struct cso_hash * | rasterizer_hash |
struct cso_hash * | sampler_hash |
int | max_size |
cso_sanitize_callback | sanitize_cb |
void * | sanitize_data |
Definition at line 39 of file cso_cache.c.
struct cso_hash* cso_cache::blend_hash [read] |
Definition at line 40 of file cso_cache.c.
struct cso_hash* cso_cache::depth_stencil_hash [read] |
Definition at line 41 of file cso_cache.c.
struct cso_hash* cso_cache::fs_hash [read] |
Definition at line 42 of file cso_cache.c.
struct cso_hash* cso_cache::vs_hash [read] |
Definition at line 43 of file cso_cache.c.
struct cso_hash* cso_cache::rasterizer_hash [read] |
Definition at line 44 of file cso_cache.c.
struct cso_hash* cso_cache::sampler_hash [read] |
Definition at line 45 of file cso_cache.c.
Definition at line 46 of file cso_cache.c.
Definition at line 48 of file cso_cache.c.
void* cso_cache::sanitize_data |
Definition at line 49 of file cso_cache.c.