Skip to content

nvk: Implement floatRepresentation

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/depth-bias-float into main

For some reason, even with format_dependent = false, it still depends on the format... Fortunately, it seems to scale by either 16 or 24-bit unorm.

Merge request reports