Skip to content

Shader language custom features #75

Open
@mouse0w0

Description

@mouse0w0

A Shader Language preprocessor processes the shader code to add some custom features.

'#include''#import' statement

Include statement to include the code of another shader file into the code of current shader file. For example:

#import "library/another.shader"

Collecting shader information

Collecting the shader source code information into the data structure. Including but not limited to uniforms, vertex attributes, ins, outs, consts, functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions