Replacing more setPushConstant calls with generalized reflection

This commit is contained in:
2025-09-01 23:12:11 -07:00
parent b5b3aa028e
commit 53f2a85136
5 changed files with 27 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ bool KRPointLight::getShaderValue(ShaderValue value, float* output) const
{
return KRLight::getShaderValue(value, output);
}
bool KRPointLight::getShaderValue(ShaderValue value, hydra::Vector3* output) const
{
return KRLight::getShaderValue(value, output);