nimsl icon indicating copy to clipboard operation
nimsl copied to clipboard

Shaders in Nim language

Results 1 nimsl issues
Sort by recently updated
recently updated
newest added

Is it possible to support something like this: ``` #version 300 es precision mediump float; layout(location = 0) in vec3 in_position; layout(location = 1) in vec3 in_normal; layout(location = 2)...