ReactOS 0.4.17-dev-934-g091855f
wined3d_allocator_block Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_allocator_block:

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
 

Detailed Description

Definition at line 3141 of file wined3d_private.h.

Member Data Documentation

◆ chunk

struct wined3d_allocator_chunk* wined3d_allocator_block::chunk

Definition at line 3144 of file wined3d_private.h.

Referenced by wined3d_allocator_block_init().

◆ entry

struct list wined3d_allocator_block::entry

Definition at line 3143 of file wined3d_private.h.

◆ free

bool wined3d_allocator_block::free

Definition at line 3148 of file wined3d_private.h.

◆ offset

size_t wined3d_allocator_block::offset

Definition at line 3147 of file wined3d_private.h.

◆ order

unsigned int wined3d_allocator_block::order

Definition at line 3146 of file wined3d_private.h.

◆ parent

struct wined3d_allocator_block* wined3d_allocator_block::parent

Definition at line 3145 of file wined3d_private.h.

◆ sibling

struct wined3d_allocator_block * wined3d_allocator_block::sibling

Definition at line 3145 of file wined3d_private.h.

Referenced by wined3d_allocator_block_init().


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