google / amber

Amber is a multi-API shader test framework
Apache License 2.0
193 stars 65 forks source link

PipelineLibrary for Ray Tracing #1038

Open archimedus opened 4 months ago

archimedus commented 4 months ago

Pipeline library support for RayTracing pipelines is a major feature that would be nice to have. Introduction of pipeline libraries introduces large change I would like to separate out from RayTracing support itself.

I created pipeline where I started implementation for pipeline libraries: https://github.com/archimedus/amber/tree/amberrt_lib

archimedus commented 4 months ago

Change proposed in https://github.com/google/amber/pull/1039