KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
464 stars 208 forks source link

[Backport to 14] Add updated SPV_INTEL_bindless_images preview extension (#2559) #2575

Closed wenju-he closed 1 month ago

wenju-he commented 2 months ago

The updated SPV_INTEL_bindless_images spec can be seen in this PR: intel/llvm#13753

(cherry picked from commit e9a9a3fc1fd3e57449ba22d0065a373eaf4b1a53)

wenju-he commented 2 months ago

Should #2576 be incorporated right away?

done, thank you @MrSidims for the review.

MrSidims commented 2 months ago

@wenju-he please fix LIT tests

wenju-he commented 1 month ago

@wenju-he please fix LIT tests

done. I forgot to amend a local change to the lit. @MrSidims please take a look again, thank you!