Skip to content

Commit

Permalink
Address deprecation and feature check
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebeckley committed Nov 12, 2024
1 parent 0881414 commit a2c14bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion proposals/NNNN-vk-sampled-texture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author(s): [Cassandra Beckley](https://github.com/cassiebeckley)
* Sponsor: [Steven Perron](https://github.com/s-perron) and TBD
* Status: **Under Consideration**
* Required Version: HLSL 202x
* Required Version: HLSL 2021
<!--
* PRs: [#NNNN](https://github.com/microsoft/DirectXShaderCompiler/pull/NNNN)
* Issues:
Expand Down Expand Up @@ -119,6 +119,12 @@ or `SamplerComparisonState` argument. (SPIR-V does not have separate sampler
types for comparison operations, and the combined sampler will be sufficient
for all methods listed).

`[[vk::combinedImageSampler]]` will be marked as deprecated in HLSL 2021, and
removed in HLSL 202x.

A new feature check `__has_feature(hlsl_vk_sampled_texture)` will be added to
the preprocessor.

### Interchange Format Additions

This proposal exists to better represent an existing feature of SPIR-V, and no
Expand Down

0 comments on commit a2c14bb

Please sign in to comment.