|
ReactOS 0.4.17-dev-934-g091855f
|
#include <hlsl.h>

Public Attributes | |
| struct hlsl_state_block_entry ** | entries |
| size_t | count |
| size_t | capacity |
| size_t hlsl_state_block::capacity |
Definition at line 576 of file hlsl.h.
Referenced by hlsl_state_block_add_entry().
| size_t hlsl_state_block::count |
Definition at line 576 of file hlsl.h.
Referenced by hlsl_free_state_block(), hlsl_new_sampler_state(), and hlsl_state_block_add_entry().
| struct hlsl_state_block_entry** hlsl_state_block::entries |
Definition at line 575 of file hlsl.h.
Referenced by hlsl_free_state_block(), hlsl_new_sampler_state(), and hlsl_state_block_add_entry().