MCPcopy Create free account
hub / github.com/SFML/SFML / VkVertexInputBindingDescription

Class VkVertexInputBindingDescription

examples/vulkan/vulkan.h:1288–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286 const void * pData;
1287} VkSpecializationInfo;
1288typedef struct VkVertexInputBindingDescription {
1289 uint32_t binding;
1290 uint32_t stride;
1291 VkVertexInputRate inputRate;
1292} VkVertexInputBindingDescription;
1293typedef struct VkVertexInputAttributeDescription {
1294 uint32_t location;
1295 uint32_t binding;

Callers 1

setupPipelineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected