Skip to content

texture: Add hdr api

Matthias Clasen requested to merge wip/matthiasc/gsk-hdr into master

Add private api to find out if a texture should be considered as HDR. For now, we consider float formats and >8bit formats to be HDR. The implementation for GL textures is reusing the machinery we have in place for downloading.

Merge request reports