Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace core::SRange with std::span and other templated usages with std::view concept template #483

Open
devshgraphicsprogramming opened this issue Mar 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@devshgraphicsprogramming
Copy link
Member

Description

Continuation of the suggestion in PR #470

Solution proposal

As per the title.

Additional context

After WASM/Emscripten compilation, don't want to use too many C++20 or C++23 features without knowing they work with WASM.

@devshgraphicsprogramming devshgraphicsprogramming added the enhancement New feature or request label Mar 22, 2023
@devshgraphicsprogramming
Copy link
Member Author

@pollend your wish was granted, now I use spans in a lot of places in video namespace on the vulkan_1_3 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant