amber icon indicating copy to clipboard operation
amber copied to clipboard

Amber is a multi-API shader test framework

Results 85 amber issues
Sort by recently updated
recently updated
newest added

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...

This Cl enables the InsertBraces clang-format option and runs the formatter over the entire code base.

This is convenient in a number of cases. For example, one can more conveniently refer to a standalone shader source file. And one can pass-through a SPIR-V file that may...

On some android devices running any amber test with the plain executable over adb results in the following error: ``` Vulkan: Unable to load vkCreateRayTracingPipelinesKHR pointer ``` Example output for...

For historical reasons Amber was setup using `DEPS` and `tools/git-sync-deps`. The Chromium project has been moving to submodules from DEPS, which is where Amber picked up using DEPS from. Should...

refactoring
infra