Skip to content

swizzling not supported on linux #1321

@Raildex

Description

@Raildex

on Windows, the following compiles:

clipport.xy = glm::max(clipport.xy(), parent_vis.xy());
clipport.zw = glm::min(clipport.zw(), parent_vis.zw());

where clipport and parent_vis are vec4.

On linux, this does not work. it complains that you can't assignt to a function call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions