VideoCommon/PixelShaderGen: Fix up wonky comment formatting
This is likely a remnant of the initial transition to clang-format.
This commit is contained in:
parent
45934dd0c5
commit
8537f8e095
|
@ -167,8 +167,7 @@ constexpr std::array<const char*, 4> tev_a_output_table{
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME: Some of the video card's capabilities (BBox support, EarlyZ support, dstAlpha support)
|
// FIXME: Some of the video card's capabilities (BBox support, EarlyZ support, dstAlpha support)
|
||||||
// leak
|
// leak into this UID; This is really unhelpful if these UIDs ever move from one machine to
|
||||||
// into this UID; This is really unhelpful if these UIDs ever move from one machine to
|
|
||||||
// another.
|
// another.
|
||||||
PixelShaderUid GetPixelShaderUid()
|
PixelShaderUid GetPixelShaderUid()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue