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

Public Attributes | |
| struct list | entry |
| struct wined3d_allocator_chunk * | chunk |
| struct wined3d_allocator_block * | parent |
| struct wined3d_allocator_block * | sibling |
| unsigned int | order |
| size_t | offset |
| bool | free |
Definition at line 3141 of file wined3d_private.h.
| struct wined3d_allocator_chunk* wined3d_allocator_block::chunk |
Definition at line 3144 of file wined3d_private.h.
Referenced by wined3d_allocator_block_init().
Definition at line 3143 of file wined3d_private.h.
| bool wined3d_allocator_block::free |
Definition at line 3148 of file wined3d_private.h.
| size_t wined3d_allocator_block::offset |
Definition at line 3147 of file wined3d_private.h.
Definition at line 3146 of file wined3d_private.h.
| struct wined3d_allocator_block* wined3d_allocator_block::parent |
Definition at line 3145 of file wined3d_private.h.
| struct wined3d_allocator_block * wined3d_allocator_block::sibling |
Definition at line 3145 of file wined3d_private.h.
Referenced by wined3d_allocator_block_init().