摘要: VkVertexInputBindingDescription 一个buffer下面可以有多个binding, 每一个binding里面可以有多个location struct Vertex { glm::vec2 pos; glm::vec3 color; }; VkVertexInputBind 阅读全文
posted @ 2025-01-02 20:03 风冷无霜 阅读(35) 评论(0) 推荐(0)