Skip to content
New issue

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

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

Already on GitHub? # to your account

Ray tracing shaders prep #1737

Closed

Conversation

bwrsandman
Copy link

Draft note: this was done quickly, I will refine later. It seems to be missing the storage classes

This is a small subsection of #1350 which starts adding support for raytracing shaders to fit in an eventual raytracing pipeline.

It refactors entry point to later support raytracing class of models.
It also adds the device requirements for storage classes associated with raytracing.

)},
)
} else {
if let ExecutionModel::Kernel = *execution {
Copy link
Contributor

Choose a reason for hiding this comment

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

match execution instead of many ifs would be clearer IMO.

@Eliah-Lakhin Eliah-Lakhin added the PR: Work in progress PR is not ready for final review yet label Oct 26, 2021
@marc0246
Copy link
Contributor

Superseded by #2564

@marc0246 marc0246 closed this Dec 10, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
PR: Work in progress PR is not ready for final review yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants