We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ea1a4 commit 11a2d8cCopy full SHA for 11a2d8c
backends/vulkan/runtime/vk_api/Adapter.h
@@ -182,7 +182,7 @@ class Adapter final {
182
}
183
184
inline bool has_full_int8_buffers_support() {
185
- return supports_16bit_storage_buffers() && supports_int8_shader_types();
+ return supports_8bit_storage_buffers() && supports_int8_shader_types();
186
187
188
// Command Buffer Submission
0 commit comments