ReactOS 0.4.17-dev-934-g091855f
wined3d_allocator_chunk Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_allocator_chunk:

Public Attributes

struct list entry
 
struct list available [WINED3D_ALLOCATOR_CHUNK_ORDER_COUNT]
 
struct wined3d_allocator * allocator
 
unsigned int map_count
 
void * map_ptr
 

Detailed Description

Definition at line 3128 of file wined3d_private.h.

Member Data Documentation

◆ allocator

struct wined3d_allocator* wined3d_allocator_chunk::allocator

Definition at line 3132 of file wined3d_private.h.

◆ available

struct list wined3d_allocator_chunk::available[WINED3D_ALLOCATOR_CHUNK_ORDER_COUNT]

Definition at line 3131 of file wined3d_private.h.

◆ entry

struct list wined3d_allocator_chunk::entry

Definition at line 3130 of file wined3d_private.h.

◆ map_count

unsigned int wined3d_allocator_chunk::map_count

Definition at line 3133 of file wined3d_private.h.

◆ map_ptr

void* wined3d_allocator_chunk::map_ptr

Definition at line 3134 of file wined3d_private.h.


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