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

Public Attributes | |
| const struct wined3d_allocator_ops * | ops |
| struct wined3d_allocator_pool * | pools |
| size_t | pool_count |
| struct wined3d_allocator_block * | free |
Definition at line 3165 of file wined3d_private.h.
| struct wined3d_allocator_block* wined3d_allocator::free |
Definition at line 3170 of file wined3d_private.h.
| const struct wined3d_allocator_ops* wined3d_allocator::ops |
Definition at line 3167 of file wined3d_private.h.
| size_t wined3d_allocator::pool_count |
Definition at line 3169 of file wined3d_private.h.
| struct wined3d_allocator_pool* wined3d_allocator::pools |
Definition at line 3168 of file wined3d_private.h.