Skip to content

Ability to convert vertex and fragment shaders at the same time #2

@hybridherbst

Description

@hybridherbst

In some cases, vertex and fragment shaders share classes/structs/data.

Some engines like Unity require them to in the end be in one file, and currently converting vertex and fragment shaders separately results in duplicate structs and variables when just naively merging them back together.

Being able to pass vertex + fragment together would probably solve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions