ReactOS 0.4.17-dev-934-g091855f
VkVertexInputAttributeDescription2EXT Struct Reference

#include <vulkan.h>

Collaboration diagram for VkVertexInputAttributeDescription2EXT:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint32_t location
 
uint32_t binding
 
VkFormat format
 
uint32_t offset
 

Detailed Description

Definition at line 14526 of file vulkan.h.

Member Data Documentation

◆ binding

uint32_t VkVertexInputAttributeDescription2EXT::binding

Definition at line 14531 of file vulkan.h.

◆ format

VkFormat VkVertexInputAttributeDescription2EXT::format

Definition at line 14532 of file vulkan.h.

◆ location

uint32_t VkVertexInputAttributeDescription2EXT::location

Definition at line 14530 of file vulkan.h.

◆ offset

uint32_t VkVertexInputAttributeDescription2EXT::offset

Definition at line 14533 of file vulkan.h.

◆ pNext

void* VkVertexInputAttributeDescription2EXT::pNext

Definition at line 14529 of file vulkan.h.

◆ sType

VkStructureType VkVertexInputAttributeDescription2EXT::sType

Definition at line 14528 of file vulkan.h.


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