Skip to content

Add VK_KHR_ray_query Support #82

Description

@SpinnerX

Brief Overview

Since ray tracing is still computationally expensive, a lot of interactive graphics will still use rasterization preferably.

Ray queries allow to be utilizes in areas where rasterization may not be the best at. An example of this is ambient occlusion, where you may use random rays in a given hemisphere around a corner. Where those rays may intersect the walls. Rendering a dark corner.

API Design

TBD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    💠coreCritical tasks are reserved for maintainers during fundamental architectural changes.📐designTasks that involve the core systems. Highly involve in API design.
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions