Skip to content

[SPIR-V] Add GetDimensions() method for vk::SampledTexture2D type. #8076

Open
luciechoi wants to merge 16 commits intomicrosoft:mainfrom
luciechoi:GetDimensions
Open

[SPIR-V] Add GetDimensions() method for vk::SampledTexture2D type. #8076
luciechoi wants to merge 16 commits intomicrosoft:mainfrom
luciechoi:GetDimensions

Conversation

@luciechoi
Copy link
Collaborator

Part of #7979

Implement methods for vk::SampledTexture2D:

void GetDimensions(uint mipLevel, uint width, uint height, uint numLevels)
void GetDimensions(uint width, uint height)
void GetDimensions(uint mipLevel, float width, float height, float numLevels)
void GetDimensions(float width, float height)
void GetDimensions(uint mipLevel, int width, int height, int numLevels)
void GetDimensions(int width, int height)

Please see the last commit

@luciechoi luciechoi marked this pull request as draft February 9, 2026 18:56
@luciechoi luciechoi marked this pull request as ready for review February 10, 2026 18:12
@luciechoi luciechoi requested a review from Keenuts February 10, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

1 participant