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

Export MTLAccelerationStructure #245

Closed
huisedenanhai opened this issue Oct 16, 2022 · 0 comments
Closed

Export MTLAccelerationStructure #245

huisedenanhai opened this issue Oct 16, 2022 · 0 comments

Comments

@huisedenanhai
Copy link

Any plan for exporting the new metal ray tracing API?

The new MTLAccelerationStructure can be used to perform ray intersection in compute shader, which is more versatile than the old MPS ray tracing.

The new ray tracing API works more similar to VK_KHR_ray_query. gfx-rs/wgpu#3020 is working on implementing ray query for wgpu-hal. We can consider supporting metal after exporting the new ray tracing API.

Hossein-Noroozpour added a commit to Hossein-Noroozpour/metal-rs that referenced this issue Dec 23, 2022
Increases the foreign-type version,
Adds a new example for showing raytracing capabilities in metal 3.
CI action version increase
code improvement in foreign_obj_type macro.
And adding several other needed features in the code.
@kvark kvark closed this as completed in b710f05 Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant