mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(zr_common.c) Refactor
This commit is contained in:
parent
42725179ec
commit
5eba4984cf
@ -295,10 +295,10 @@ void zr_common_device_draw(struct zr_device *dev,
|
|||||||
/* load draw vertices & elements directly into vertex + element buffer */
|
/* load draw vertices & elements directly into vertex + element buffer */
|
||||||
vertices = glMapBuffer(GL_ARRAY_BUFFER, GL_WRITE_ONLY);
|
vertices = glMapBuffer(GL_ARRAY_BUFFER, GL_WRITE_ONLY);
|
||||||
elements = glMapBuffer(GL_ELEMENT_ARRAY_BUFFER, GL_WRITE_ONLY);
|
elements = glMapBuffer(GL_ELEMENT_ARRAY_BUFFER, GL_WRITE_ONLY);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* fill converting configuration */
|
/* fill converting configuration */
|
||||||
memset(&config, 0, sizeof(config));
|
memset(&config, 0, sizeof(config));
|
||||||
#endif
|
|
||||||
|
|
||||||
config.global_alpha = 1.0f;
|
config.global_alpha = 1.0f;
|
||||||
config.shape_AA = AA;
|
config.shape_AA = AA;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user