albedo-engine / albedo

Efficient and easy to use rendering framework for real-time visualization based on WebGPU
MIT License
66 stars 2 forks source link

albedo_rtx: cleanup #7

Closed DavidPeicho closed 1 year ago

DavidPeicho commented 1 year ago
concat!(
            "..",
            path_separator!(),
            "shaders",
            path_separator!(),
            "spirv",
            path_separator!(),
            "blitting.vert.spv"
        ))
enum IntersectorFlags {
    USE...
}