diff --git a/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml b/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml index 200d58e1217..a770d986fd5 100644 --- a/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml +++ b/backends/vulkan/runtime/graph/ops/glsl/view_convert_buffer.yaml @@ -18,6 +18,7 @@ view_convert_buffer: - parameter_values: [uint8, float] - parameter_values: [uint8, half] - parameter_values: [uint8, int32] + - parameter_values: [int32, uint8] - parameter_values: [float, int32] - parameter_values: [float, half] - parameter_values: [half, float] diff --git a/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml b/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml index 47e9c43ee24..227a18b6ccf 100644 --- a/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml +++ b/backends/vulkan/runtime/graph/ops/glsl/view_convert_texture.yaml @@ -18,6 +18,7 @@ view_convert_texture: - parameter_values: [uint8, float] - parameter_values: [uint8, half] - parameter_values: [uint8, int32] + - parameter_values: [int32, uint8] - parameter_values: [float, int32] - parameter_values: [float, half] - parameter_values: [half, float]