Replaced setPushConstant call in KRCamera with reflection

This commit is contained in:
2025-11-11 13:05:23 -08:00
parent 53f2a85136
commit 7cb09d8f89
2 changed files with 14 additions and 1 deletions

View File

@@ -81,6 +81,9 @@ public:
void setSkyBox(const std::string& skyBox);
const std::string getSkyBox() const;
protected:
bool getShaderValue(ShaderValue value, hydra::Vector4* output) const override;
private:
void createBuffers(int renderBufferWidth, int renderBufferHeight);