1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-06-06 13:17:46 +00:00

Add g_VertexMovementScale

This commit is contained in:
Joshua Goins 2025-06-02 19:51:09 -04:00
parent e71da6147b
commit 1516db591f

View file

@ -440,6 +440,7 @@ const QHash<uint, const char *> keys = {
{physis_shpk_crc("g_SubSurfaceWidth"), "g_SubSurfaceWidth"},
{physis_shpk_crc("g_Transparency"), "g_Transparency"},
{physis_shpk_crc("g_UseSubSurfaceRate"), "g_UseSubSurfaceRate"},
{physis_shpk_crc("g_VertexMovementScale"), "g_VertexMovementScale"},
// Samplers
{physis_shpk_crc("g_SamplerViewPosition"), "g_SamplerViewPosition"},