mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 12:30:19 +01:00
glapi/gen: Comment fix.
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
f7fa946d1d
commit
ccd872824b
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ class gl_function( gl_item ):
|
|||
# the first level of the map; the second level of the map only
|
||||
# lists APIs which contain the entry point in at least one
|
||||
# version. For example,
|
||||
# self.entry_point_gles_map['ClipPlanex'] == { 'es1':
|
||||
# self.entry_point_api_map['ClipPlanex'] == { 'es1':
|
||||
# Decimal('1.1') }.
|
||||
self.entry_point_api_map = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue