ReactOS 0.4.17-dev-934-g091855f
wined3d_swapchain_vk Struct Reference

#include <wined3d_vk.h>

Collaboration diagram for wined3d_swapchain_vk:

Public Attributes

struct wined3d_swapchain s
 
VkSwapchainKHR vk_swapchain
 
VkSurfaceKHR vk_surface
 
VkImage * vk_images
 
struct {
   VkSemaphore   available
 
   VkSemaphore   presentable
 
   uint64_t   command_buffer_id
 
} * vk_semaphores
 
unsigned int current
 
unsigned int image_count
 
unsigned int width
 
unsigned int height
 

Detailed Description

Definition at line 1051 of file wined3d_vk.h.

Member Data Documentation

◆ available

VkSemaphore wined3d_swapchain_vk::available

Definition at line 1060 of file wined3d_vk.h.

◆ command_buffer_id

uint64_t wined3d_swapchain_vk::command_buffer_id

Definition at line 1062 of file wined3d_vk.h.

◆ current

unsigned int wined3d_swapchain_vk::current

Definition at line 1064 of file wined3d_vk.h.

Referenced by wined3d_swapchain_vk_blit().

◆ height

unsigned int wined3d_swapchain_vk::height

◆ image_count

◆ presentable

VkSemaphore wined3d_swapchain_vk::presentable

Definition at line 1061 of file wined3d_vk.h.

◆ s

◆ vk_images

VkImage* wined3d_swapchain_vk::vk_images

◆ 

◆ vk_surface

◆ vk_swapchain

VkSwapchainKHR wined3d_swapchain_vk::vk_swapchain

◆ width

unsigned int wined3d_swapchain_vk::width

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