ReactOS 0.4.17-dev-934-g091855f
VkVertexInputAttributeDescription Struct Reference

#include <vulkan.h>

Collaboration diagram for VkVertexInputAttributeDescription:

Public Attributes

uint32_t location
 
uint32_t binding
 
VkFormat format
 
uint32_t offset
 

Detailed Description

Definition at line 14518 of file vulkan.h.

Member Data Documentation

◆ binding

uint32_t VkVertexInputAttributeDescription::binding

◆ format

VkFormat VkVertexInputAttributeDescription::format

Definition at line 14522 of file vulkan.h.

Referenced by d3d12_pipeline_state_init_graphics().

◆ location

uint32_t VkVertexInputAttributeDescription::location

Definition at line 14520 of file vulkan.h.

Referenced by d3d12_pipeline_state_init_graphics().

◆ offset

uint32_t VkVertexInputAttributeDescription::offset

Definition at line 14523 of file vulkan.h.

Referenced by d3d12_pipeline_state_init_graphics().


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