Code cleanup

This commit is contained in:
elasota
2020-06-05 23:21:56 -04:00
parent 3f55eedcf0
commit 6c48debecd
13 changed files with 23 additions and 44 deletions

View File

@@ -1,12 +1,12 @@
#pragma once
#include <stdint.h>
#include <stdint.h>
namespace PortabilityLayer
{
struct RGBAColor;
struct AntiAliasTable
struct AntiAliasTable
{
// Striped 256x16 because constant background color is more likely than constant sample
uint8_t m_aaTranslate[256][16];