2023年12月16日发(作者:)
virtual void ApplyHardwareBenchmarkResults(); /** Whether the curently running system supports HDR display output */ virtual bool SupportsHDRDisplayOutput() const; /** Enables or disables HDR display output. Can be called again to change the desired nit level */ void EnableHDRDisplayOutput(bool bEnable, int32 DisplayNits = 1000); /** Returns 0 if HDR isn't supported or is turned off */ int32 GetCurrentHDRDisplayNits() const; bool IsHDREnabled() const;


发布评论