ReactOS 0.4.17-dev-934-g091855f
wined3d_bo_slab_vk Struct Reference

#include <wined3d_vk.h>

Collaboration diagram for wined3d_bo_slab_vk:

Public Attributes

struct wine_rb_entry entry
 
struct wined3d_bo_slab_vk * next
 
VkMemoryPropertyFlags requested_memory_type
 
struct wined3d_bo_vk bo
 
unsigned int map_count
 
void * map_ptr
 
uint32_t map
 

Detailed Description

Definition at line 338 of file wined3d_vk.h.

Member Data Documentation

◆ bo

◆ entry

struct wine_rb_entry wined3d_bo_slab_vk::entry

◆ map

uint32_t wined3d_bo_slab_vk::map

◆ map_count

unsigned int wined3d_bo_slab_vk::map_count

Definition at line 344 of file wined3d_vk.h.

Referenced by wined3d_bo_slab_vk_map(), and wined3d_bo_slab_vk_unmap().

◆ map_ptr

void* wined3d_bo_slab_vk::map_ptr

Definition at line 345 of file wined3d_vk.h.

Referenced by wined3d_bo_slab_vk_map(), and wined3d_bo_slab_vk_unmap().

◆ next

◆ requested_memory_type

VkMemoryPropertyFlags wined3d_bo_slab_vk::requested_memory_type

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