ReactOS 0.4.17-dev-934-g091855f
wined3d_allocator Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_allocator:

Public Attributes

const struct wined3d_allocator_ops * ops
 
struct wined3d_allocator_pool * pools
 
size_t pool_count
 
struct wined3d_allocator_block * free
 

Detailed Description

Definition at line 3165 of file wined3d_private.h.

Member Data Documentation

◆ free

struct wined3d_allocator_block* wined3d_allocator::free

Definition at line 3170 of file wined3d_private.h.

◆ ops

const struct wined3d_allocator_ops* wined3d_allocator::ops

Definition at line 3167 of file wined3d_private.h.

◆ pool_count

size_t wined3d_allocator::pool_count

Definition at line 3169 of file wined3d_private.h.

◆ pools

struct wined3d_allocator_pool* wined3d_allocator::pools

Definition at line 3168 of file wined3d_private.h.


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