mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 02:18:12 +00:00
[host] DXGI: initial implementation of RGB24 support
This commit breaks damage tracking and the dx12 backend and is not in a state where it should be used by the general public.
This commit is contained in:
@@ -26,5 +26,6 @@ const char * FrameTypeStr[FRAME_TYPE_MAX] =
|
||||
"FRAME_TYPE_BGRA",
|
||||
"FRAME_TYPE_RGBA",
|
||||
"FRAME_TYPE_RGBA10",
|
||||
"FRAME_TYPE_RGBA16F"
|
||||
"FRAME_TYPE_RGBA16F",
|
||||
"FRAME_TYPE_BGR"
|
||||
};
|
||||
|
Reference in New Issue
Block a user