Git Product home page Git Product logo

Comments (13)

ViPErCZ avatar ViPErCZ commented on May 22, 2024

And today version has new error...
limitless-engine/include/limitless/instances/instanced_instance.hpp:83:28: error: conflicting return type specified for โ€˜virtual Limitless::InstancedInstanceLimitless::ModelInstance* Limitless::InstancedInstanceLimitless::ModelInstance::clone()โ€™
83 | InstancedInstance* clone() noexcept override {

and tess_control_input.glsl has wrong on runtime error
tesselation.tcs: 0:621(38): error: no matching function for call to `getVertexNormal(int)'; candidates are:
0:621(38): error: vec3 getVertexNormal(uint)

from limitless-engine.

hotstreams avatar hotstreams commented on May 22, 2024

Yeah, Sorry for that, definitely my bad.

tesselation.tcs: 0:621(38): error: no matching function for call to `getVertexNormal(int)'; candidates are:
0:621(38): error: vec3 getVertexNormal(uint)

There was something about implicit casts from int to uint, should be fixed now at f858540

from limitless-engine.

ViPErCZ avatar ViPErCZ commented on May 22, 2024

Not completed.... getVertexNormal must be to int type... by call
_out_data[gl_InvocationID].normal = getVertexNormal(gl_InvocationID);

gl_InvocationID is int type

terminate called after throwing an instance of 'Limitless::ms::material_compilation_error'
what(): tesselation_samplefailed to compile /home/viper/Plocha/limitless-engine/assets/../shaders/tesselation/tesselation.tcs: 0:621(38): error: no matching function for call to getVertexNormal(int)'; candidates are: 0:621(38): error: vec3 getVertexNormal(uint) 0:624(46): error: no matching function for call to getVertexPosition(int)'; candidates are:
0:624(46): error: vec3 getVertexPosition(uint)
0:625(34): error: no matching function for call to `getVertexUV(int)'; candidates are:
0:625(34): error: vec2 getVertexUV(uint)

from limitless-engine.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.