diff options
author | quou <quou@disroot.org> | 2025-03-17 21:25:44 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-03-17 21:27:12 +1100 |
commit | e9472cbcb68a8d21e55ca7a8e25365e92b019a79 (patch) | |
tree | 2df932cfbd096e3251ae70822c09a33e1a5fc2ef | |
parent | 73e9205f62fe1c94eb3355e7f0b54ef6f6ff3c4b (diff) |
Shader_Vk::find_optは、今いいです
-rw-r--r-- | video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3996,7 +3996,7 @@ int Shader_Vk::find_opt( Shader_Type type, const char* name ) { - int count = module_count[type], i; + int count = opt_count, i; int bucket = (int)( hash_string(name) % count |