mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Fix broken shader compiler
This commit is contained in:
@@ -21,7 +21,8 @@ const D3D_SHADER_MACRO drawQuadDefs[] =
|
|||||||
|
|
||||||
const D3D_SHADER_MACRO drawQuadICCProfileDefs[] =
|
const D3D_SHADER_MACRO drawQuadICCProfileDefs[] =
|
||||||
{
|
{
|
||||||
{ "USE_ICC_PROFILE", nullptr }
|
{ "USE_ICC_PROFILE", nullptr },
|
||||||
|
{ nullptr }
|
||||||
};
|
};
|
||||||
|
|
||||||
const CompileJob kCompileJobs[] =
|
const CompileJob kCompileJobs[] =
|
||||||
@@ -108,7 +109,7 @@ int main(int argc, const char **argv)
|
|||||||
|
|
||||||
if (result != S_OK)
|
if (result != S_OK)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Compile failure error: %x", static_cast<int>(result));
|
fprintf(stderr, "Compile failure error: %x\n", static_cast<int>(result));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (errorMsgs)
|
if (errorMsgs)
|
||||||
|
|||||||
Reference in New Issue
Block a user