Skip to content

Support double precision for shader attributes #166

@ilijapuaca

Description

@ilijapuaca

Currently, all the floating point input data uses arrow::float32 type. In order to provide additional precision for attributes such as positions, support should be added for arrow::float64 type, where we'd split the data into "high" and "low" components, and map them accordingly

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