Description

The type definitions for the Enum Macros glObjectLabelKHR and glObjectPtrLabelKHR are misspelled.

 

Working in 4.19.2

Broken in 4.20

 

Tested 4.19.2 (CL - 4033788) and 4.20 (CL - 4214897)

Steps to Reproduce
  1. Navigate to https://github.com/EpicGames/UnrealEngine/blob/staging-4.20/Engine/Source/Runtime/OpenGLDrv/Private/Windows/OpenGLWindows.h
  2. Locate the declarations of glObjectLabelKHR and glObjectPtrLabelKHR

 

Expected: The EnumMacros type being PFNGLOBJECTLABELKHRPROC and PFNGLOBJECTPTRLABELKHRPROC.

Result: The EnumMacros are both of the type PFNGLOBJECTLABELPROC.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-61873 in the post.

2
Login to Vote

Duplicate
ComponentUE - Platform - Mobile
Affects Versions4.20
Target Fix4.21
CreatedJul 17, 2018
ResolvedSep 3, 2018
UpdatedSep 27, 2018
Pull Requests
4920 - TheCodez