aboutsummaryrefslogtreecommitdiff
path: root/examples/egl_common.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-08-03 12:07:27 +0200
committerAlexander Orzechowski <alex@ozal.ski>2023-08-03 14:40:28 +0000
commitc74f89d4f84bfed0284d3908aee5d207698c70c5 (patch)
tree6ded2e7ac9010daf75437ffd6ad45f0659412bbf /examples/egl_common.c
parent77dc1c28aa551616521b60f1a8727a25a45f82e1 (diff)
Avoid using memcpy() to copy structs
We can just use a regular assignment instead. This is more type-safe since there is no need to provide the struct size. The remaining memcpy() calls perform array copies or copies from void pointers (which may be unaligned).
Diffstat (limited to 'examples/egl_common.c')
0 files changed, 0 insertions, 0 deletions