Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

No conversion from cinterop types to Kotlin types done by code generator #13

@nlbuescher

Description

@nlbuescher

Functions like glGetString are generated with a return type of CPointer<GLubyteVar> rather than String. This requires a conversion using a !!.reinterpret<ByteVar>().toKString(), which could be included in the generated code to make the kotlin-facing functions more kotlinic.

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