Update rcore_web.c
This commit is contained in:
parent
05c15c8ba7
commit
0a2b81b128
|
|
@ -76,7 +76,6 @@ typedef struct {
|
||||||
|
|
||||||
char canvasId[64]; // Keep current canvas id where wasm app is running
|
char canvasId[64]; // Keep current canvas id where wasm app is running
|
||||||
// NOTE: Useful when trying to run multiple wasms in different canvases in same webpage
|
// NOTE: Useful when trying to run multiple wasms in different canvases in same webpage
|
||||||
|
|
||||||
#if defined(GRAPHICS_API_OPENGL_SOFTWARE)
|
#if defined(GRAPHICS_API_OPENGL_SOFTWARE)
|
||||||
unsigned int *pixels; // Pointer to pixel data buffer (RGBA 32bit format)
|
unsigned int *pixels; // Pointer to pixel data buffer (RGBA 32bit format)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user