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

Class VkVertexInputAttributeDescription

examples/vulkan/vulkan.h:1293–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291 VkVertexInputRate inputRate;
1292} VkVertexInputBindingDescription;
1293typedef struct VkVertexInputAttributeDescription {
1294 uint32_t location;
1295 uint32_t binding;
1296 VkFormat format;
1297 uint32_t offset;
1298} VkVertexInputAttributeDescription;
1299typedef struct VkStencilOpState {
1300 VkStencilOp failOp;
1301 VkStencilOp passOp;

Callers 1

setupPipelineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected