Skip to content

Support for Structures of Arrays #66

@CharlesSamson

Description

@CharlesSamson

Hi,
I'm using Structures of Arrays as a point ranges. It would be great if this kind of structure could be supported.

e.g. Simplified SoA as point container :

struct Points
{
    std::vector<float> x;
    std::vector<float> y;
};

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions