You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: