cginternals / cginternals/gloperate

Consider using integers to represent viewport specifications

Open
#236 1 comment 0 reactions 0 assignees View on GitHub
Core pending requires decision
Dominant language
C++
Stars
43
Forks
24
PR merge metrics
No merged PRs in 30d

Description

A viewport is inherently integral (at least in OpenGL terms) and currently, mouse events use integer positions as well, so there is not much benefit in the current float representation. If a stages requires a float representation to pass to a shader, it should perform the required conversion itself.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.