Home
last modified time | relevance | path

Searched refs:vertex_input_create_info (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp11549 VkPipelineVertexInputStateCreateInfo vertex_input_create_info = {}; in TEST_F() local
11550 vertex_input_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO; in TEST_F()
11575 graphicspipe_create_info.pVertexInputState = &vertex_input_create_info; in TEST_F()