mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Major draw code refactor
This commit is contained in:
9
PortabilityLayer/ResolvedColor.h
Normal file
9
PortabilityLayer/ResolvedColor.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "RGBAColor.h"
|
||||
|
||||
union ResolvedColor
|
||||
{
|
||||
uint8_t m_indexed;
|
||||
PortabilityLayer::RGBAColor m_rgba;
|
||||
};
|
Reference in New Issue
Block a user