vulkan: Support GET_ROWS_BACK (#24883)

This commit is contained in:
Jeff Bolz
2026-06-23 15:39:37 +02:00
committed by GitHub
parent c5606364b2
commit 92e854ab83
3 changed files with 58 additions and 0 deletions
@@ -843,6 +843,7 @@ void process_shaders() {
string_to_spv("repeat_i32", "repeat.comp", {{"A_TYPE", "int32_t"}, {"D_TYPE", "int32_t"}});
string_to_spv("repeat_back_f32", "repeat_back.comp", {{"A_TYPE", "float"}, {"D_TYPE", "float"}});
string_to_spv("get_rows_back_f32", "get_rows_back.comp", {{"A_TYPE", "float"}, {"B_TYPE", "int"}, {"D_TYPE", "float"}});
string_to_spv("repeat_i16", "repeat.comp", {{"A_TYPE", "int16_t"}, {"D_TYPE", "int16_t"}});