Skip to content

[SPIR-V][vk::SampledTexture] #7. Add subscriptor indexing methods for vk::SampledTexture2D type. #8158

Merged
s-perron merged 2 commits intomicrosoft:mainfrom
luciechoi:subscript
Mar 3, 2026
Merged

[SPIR-V][vk::SampledTexture] #7. Add subscriptor indexing methods for vk::SampledTexture2D type. #8158
s-perron merged 2 commits intomicrosoft:mainfrom
luciechoi:subscript

Conversation

@luciechoi
Copy link
Copy Markdown
Collaborator

@luciechoi luciechoi commented Feb 12, 2026

Part of #7979

Support subscriptor indexing [] and .mips[] for SampledTexture2D.

.sample[] will not be allowed, as in Texture2D.

@luciechoi luciechoi changed the title [SPIR-V] Add subscriptor indexing [] and .mips[] for SampledTexture2D [SPIR-V][vk::SampledTexture] #6. Add subscriptor indexing methods for vk::SampledTexture2D type. Feb 17, 2026
@luciechoi luciechoi changed the title [SPIR-V][vk::SampledTexture] #6. Add subscriptor indexing methods for vk::SampledTexture2D type. [SPIR-V][vk::SampledTexture] #7. Add subscriptor indexing methods for vk::SampledTexture2D type. Feb 17, 2026
@luciechoi luciechoi force-pushed the subscript branch 2 times, most recently from 1f5c177 to dda833e Compare February 24, 2026 19:26
@luciechoi luciechoi requested a review from s-perron March 2, 2026 17:43
@luciechoi
Copy link
Copy Markdown
Collaborator Author

(cc: @s-perron next CL to be merged)

@s-perron
Copy link
Copy Markdown
Collaborator

s-perron commented Mar 2, 2026

/azp run

@s-perron s-perron enabled auto-merge (squash) March 2, 2026 20:11
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

auto-merge was automatically disabled March 2, 2026 22:48

Head branch was pushed to by a user without write access

@s-perron
Copy link
Copy Markdown
Collaborator

s-perron commented Mar 2, 2026

/azp run

@s-perron s-perron enabled auto-merge (squash) March 2, 2026 23:23
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@s-perron s-perron merged commit 19ba28b into microsoft:main Mar 3, 2026
12 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in HLSL Roadmap Mar 3, 2026
ResClass = DXIL::ResourceClass::UAV;
return true;
case AR_OBJECT_TEXTURE2D:
case AR_OBJECT_VK_SAMPLED_TEXTURE2D:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this needs to be wrapped inside an #if ENABLE_SPIRV_CODEGEN as the AR_OBJECT_VK_SAMPLED_TEXTURE2D is wrapped inside that preprocessor flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants