KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
678 stars 274 forks source link

[XML] Document GL_NV_half_float commands that require other extensions #564

Closed castholm closed 1 year ago

castholm commented 1 year ago

From NV_half_float.txt:

    (added if EXT_fog_coord is supported)

    void FogCoordhNV(half fog);
    void FogCoordhvNV(const half *fog);

    (added if EXT_secondary_color is supported)

    void SecondaryColor3hNV(half red, half green, half blue);
    void SecondaryColor3hvNV(const half *v);

    (added if EXT_vertex_weighting is supported)

    void VertexWeighthNV(half weight);
    void VertexWeighthvNV(const half *weight);
pdaniell-nv commented 1 year ago

@oddhack this is approved to merge if you're happy with it.