Skip to content

64 bit support is part of GLSL.std.450 #26

Open
@danilw

Description

@danilw

I think this should be todo to add 64 bit support.

Specifications that the project follows is:
GLSL.std.450

When:

Only support 32-bits width Numerical type (float, integer)

https://registry.khronos.org/SPIR-V/specs/1.0/GLSL.std.450.html

You can see there listed functions that support only 16-32 bit:
1

And when it says "component type is floating-point" - function support all float types:
2

Without 64 bit support it downgrade to GLES 3.3, but you use SPIRV so...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions