SDL  2.0
VkFenceCreateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkFenceCreateFlags flags
 

Detailed Description

Definition at line 2513 of file vulkan_core.h.

Field Documentation

◆ flags

VkFenceCreateFlags VkFenceCreateInfo::flags

Definition at line 2516 of file vulkan_core.h.

Referenced by createFences().

◆ pNext

const void* VkFenceCreateInfo::pNext

Definition at line 2515 of file vulkan_core.h.

◆ sType

VkStructureType VkFenceCreateInfo::sType

Definition at line 2514 of file vulkan_core.h.

Referenced by createFences().


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