Home
last modified time | relevance | path

Searched defs:vertexInputAttributes (Results 1 – 1 of 1) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
Dvulkan_example.cpp408 std::array<VkVertexInputAttributeDescription, 2> vertexInputAttributes; in CreateGraphicsPipeline() local
454 std::array<VkVertexInputAttributeDescription, 2>& vertexInputAttributes) in PrepareVertexInputState()