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

Public Attributes | |
| struct wined3d_allocator_chunk *(* | allocator_create_chunk )(struct wined3d_allocator *allocator, struct wined3d_context *context, unsigned int memory_type, size_t chunk_size) |
| void(* | allocator_destroy_chunk )(struct wined3d_allocator_chunk *chunk) |
Definition at line 3158 of file wined3d_private.h.
| struct wined3d_allocator_chunk *(* wined3d_allocator_ops::allocator_create_chunk) (struct wined3d_allocator *allocator, struct wined3d_context *context, unsigned int memory_type, size_t chunk_size) |
Definition at line 3155 of file wined3d_private.h.
| void(* wined3d_allocator_ops::allocator_destroy_chunk) (struct wined3d_allocator_chunk *chunk) |
Definition at line 3162 of file wined3d_private.h.