Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Assertion failed while translateBottomToTarget #17

Open
RuslanKutdusov opened this issue Apr 30, 2016 · 1 comment
Open

Assertion failed while translateBottomToTarget #17

RuslanKutdusov opened this issue Apr 30, 2016 · 1 comment

Comments

@RuslanKutdusov
Copy link

running LunarGOO with options:
--disable coalesce -a test.vert

test.vert:

#version 130
uniform vec4 v4[ 4 ] ;

void main()
{
    vec4 r;
    r = vec4( 0.000000, 0.000000, 0.000000, 0.000000);
    r.z = v4[ 0 ].y;
    gl_Position = r;
}

Assertion failed: llvm::isallvm::ConstantVector(mask) || llvm::isallvm::ConstantAggregateZero(mask) BottomToGLSL.cpp, line 2252

@SakuraXiaMF
Copy link

Excuse me, have you successfully installed LunarGLASS? Can you give me some help? I always fail when executing the make command in the LunarGLASS folder. I want to know how you installed it, which versions of LLvm and GLSLANG are used.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants