Add HDR to Metal

This commit is contained in:
Sam Belliveau
2024-03-10 03:25:33 -04:00
parent f3d1cda672
commit 153d0201a8
3 changed files with 19 additions and 0 deletions

View File

@ -3,7 +3,9 @@
#pragma once
#include <AppKit/NSScreen.h>
#include <Metal/Metal.h>
#include <vector>
#include "VideoCommon/AbstractShader.h"