Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OGRE-592] RTShaderSystem compile error when using double precision #622

Merged
merged 2 commits into from
Jan 5, 2018

Conversation

niparx
Copy link
Contributor

@niparx niparx commented Jan 5, 2018

@@ -655,7 +655,11 @@ void FFPTexturing::addPSArgumentInvocations(Function* psMain,
}
else
{
curFuncInvocation->pushOperand(ParameterFactory::createConstParam(Vector4(colourValue.ptr())), Operand::OPS_IN);
curFuncInvocation->pushOperand(ParameterFactory::createConstParam(Vector4((Real)colourValue.r,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change all tabs to 4 spaces.

- tabs -> spaces
@paroj paroj merged commit e1a54c7 into OGRECave:master Jan 5, 2018
@niparx niparx deleted the OGRE-592_shader_system_compile_error branch January 5, 2018 13:50
gKevin pushed a commit to fw4spl-org/ogre that referenced this pull request Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants