GithubHelp home page GithubHelp logo

Comments (7)

antiagainst avatar antiagainst commented on July 18, 2024 1

I'll push a new release soon.

from rspirv.

MaikKlein avatar MaikKlein commented on July 18, 2024

Oops sorry I didn't see it https://github.com/google/rspirv/blob/master/rspirv/grammar/glsl_std_450.rs

from rspirv.

MaikKlein avatar MaikKlein commented on July 18, 2024

I have to reopen this issue. How do you lookup an opcode? I only see https://github.com/google/rspirv/blob/master/rspirv/grammar/glsl_std_450.rs

But that doesn't help me if I want to know the opcode for Sqrt. In my project, I am currently defining them manually like this

#[repr(u32)]
pub enum GlslExtId {
    Round = 1,
    Sqrt = 31,
}

Because that is the id that is being used in ext_inst

from rspirv.

antiagainst avatar antiagainst commented on July 18, 2024

Acknowledged. There are no way to get the opcode number from the symbolic opcode right now. Will add methods soon. :)

from rspirv.

antiagainst avatar antiagainst commented on July 18, 2024

Should be addressed by 1e180a9.

I'll close this. Let me know if more actions are needed. Thanks!

from rspirv.

MaikKlein avatar MaikKlein commented on July 18, 2024

@antiagainst Thanks! Could also push a new version of rspirv?

from rspirv.

antiagainst avatar antiagainst commented on July 18, 2024

@MaikKlein: published v0.5.0. Thanks! :)

from rspirv.

Related Issues (20)

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.