ReactOS 0.4.17-dev-934-g091855f
wined3d_allocator_ops Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_allocator_ops:

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)
 

Detailed Description

Definition at line 3158 of file wined3d_private.h.

Member Data Documentation

◆ allocator_create_chunk

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.

◆ allocator_destroy_chunk

void(* wined3d_allocator_ops::allocator_destroy_chunk) (struct wined3d_allocator_chunk *chunk)

Definition at line 3162 of file wined3d_private.h.


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