Can I write pixel value > 1 into a render target with format RGB10_A2?
To implement hdr rendering in a more cheap way, I use RGB10_A2 as my render target format instead of RGBA16F. But I found it can’t store pixel value > 1 (use renderdoc to see the pixel value in Windows platform).