Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
Dvulkan_example.h112 struct Vertex { struct
130 std::vector<Vertex> vertices = {{{std::sin(alpha), 1.0f, -std::cos(alpha)}, {1.0f, 0.0f, 0.0f}}, argument