mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 13:00:37 +01:00
docs: correct spelling of "implemented"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
parent
13e7f0c8d2
commit
809be97407
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ times if you want more than one table. It also generates an entrypoint
|
|||
table for each prefix and each dispatch level (instance, physical device,
|
||||
and device) which is populated using the driver's functions. Thanks to our
|
||||
use of weak function pointers (or something roughly equivalent for MSVC),
|
||||
any entrypoints which are not implented will automatically show up as
|
||||
any entrypoints which are not implemented will automatically show up as
|
||||
``NULL`` entries in the table rather than resulting in linking errors.
|
||||
|
||||
The above generates entrypoint tables because, thanks to aliasing and the C
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue