aboutsummaryrefslogtreecommitdiff
path: root/render/vulkan/shaders/output.frag
AgeCommit message (Collapse)Author
2023-05-12render/vulkan: allow rendering to non-8-bit buffersManuel Stoeckl
This is implemented by a two-subpass rendering scheme; the first subpass draws (and blends) onto a linear R16G16B16A16_SFLOAT buffer, while the second subpass performs linear->srgb conversion, writing onto the actual output buffer.