完成背景的推送。

This commit is contained in:
xsl
2025-09-24 23:23:16 +08:00
parent 41081bf62d
commit c711a90592
2 changed files with 35 additions and 5 deletions
@@ -47,6 +47,12 @@ struct LineVertex {
glm::vec3 lineEnd; // 该顶点所属线段的终点
};
// 最简单的结构体 - 只有一个 float
struct PushConstants {
float myValue;
};
class TextureLoading : public ApiVulkanSample
{
public: