Add HDR to Metal

This commit is contained in:
Sam Belliveau 2024-03-10 03:25:33 -04:00
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"