ReactOS 0.4.17-dev-934-g091855f
vkd3d_optional_device_extensions_info Struct Reference

#include <vkd3d.h>

Collaboration diagram for vkd3d_optional_device_extensions_info:

Public Attributes

enum vkd3d_structure_type type
 
const void * next
 
const char *const * extensions
 
uint32_t extension_count
 

Detailed Description

A chained structure to specify optional device extensions.

This structure extends vkd3d_device_create_info.

Since
1.2

Definition at line 303 of file vkd3d.h.

Member Data Documentation

◆ extension_count

uint32_t vkd3d_optional_device_extensions_info::extension_count

The number of elements in the extensions array.

Definition at line 316 of file vkd3d.h.

Referenced by vkd3d_check_device_extensions(), and vkd3d_create_vk_device().

◆ extensions

const char* const* vkd3d_optional_device_extensions_info::extensions

A list of optional Vulkan device extensions to request. Device creation does not fail if they are not available.

Definition at line 314 of file vkd3d.h.

Referenced by vkd3d_check_device_extensions(), and vkd3d_create_vk_device().

◆ next

const void* vkd3d_optional_device_extensions_info::next

Optional pointer to a structure containing further parameters.

Definition at line 308 of file vkd3d.h.

◆ type

enum vkd3d_structure_type vkd3d_optional_device_extensions_info::type

Must be set to VKD3D_STRUCTURE_TYPE_OPTIONAL_DEVICE_EXTENSIONS_INFO.

Definition at line 306 of file vkd3d.h.


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