summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-03-17 21:25:44 +1100
committerquou <quou@disroot.org>2025-03-17 21:27:12 +1100
commite9472cbcb68a8d21e55ca7a8e25365e92b019a79 (patch)
tree2df932cfbd096e3251ae70822c09a33e1a5fc2ef
parent73e9205f62fe1c94eb3355e7f0b54ef6f6ff3c4b (diff)
Shader_Vk::find_optは、今いいです
-rw-r--r--video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.cpp b/video.cpp
index b4c5897..51cba9e 100644
--- a/video.cpp
+++ b/video.cpp
@@ -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