I try to set render pipeline and MTKView color attachment pixel format of MTLPixelFormatRGBA16Float.
However, it seem same with MTLPixelFormatBGRA8Unorm_sRGB.
I just want to make the render color range higher(HDR).
Is the return type of the fragment function important?
What should I set to realize a high dynamic range in metal ?