[Vulkan] Forgot to undef the new RRRR swizzle macro.
This commit is contained in:
parent
9bc17cd1d4
commit
cb4b1bae1b
|
@ -128,6 +128,7 @@ static const TextureConfig texture_configs[64] = {
|
||||||
/* kUnknown */ {VK_FORMAT_UNDEFINED},
|
/* kUnknown */ {VK_FORMAT_UNDEFINED},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#undef RRRR
|
||||||
#undef ABGR
|
#undef ABGR
|
||||||
#undef BGRA
|
#undef BGRA
|
||||||
#undef RGBA
|
#undef RGBA
|
||||||
|
|
Loading…
Reference in New Issue