mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 21:29:18 -05:00
Compare commits
3 Commits
d1b535c7b8
...
2e652bbef1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e652bbef1 | |||
| 5236b2420a | |||
| 73950befca |
@ -1822,6 +1822,8 @@ static EM_BOOL EmscriptenResizeCallback(int eventType, const EmscriptenUiEvent *
|
|||||||
CORE.Window.screen.width = width;
|
CORE.Window.screen.width = width;
|
||||||
CORE.Window.screen.height = height;
|
CORE.Window.screen.height = height;
|
||||||
|
|
||||||
|
glfwSetWindowSize(platform.handle, CORE.Window.screen.width, CORE.Window.screen.height);
|
||||||
|
|
||||||
// NOTE: Postprocessing texture is not scaled to new size
|
// NOTE: Postprocessing texture is not scaled to new size
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
@ -1021,6 +1021,8 @@ int main(int argc, char *argv[])
|
|||||||
| text_format_text | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✔ | ✘ | ✔ | ✔ | ✔ |
|
| text_format_text | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✔ | ✘ | ✔ | ✔ | ✔ |
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// TODO: Generate a report with only the examples missing some elements
|
||||||
|
|
||||||
char *report = (char *)RL_CALLOC(REXM_MAX_BUFFER_SIZE, 1);
|
char *report = (char *)RL_CALLOC(REXM_MAX_BUFFER_SIZE, 1);
|
||||||
|
|
||||||
int repIndex = 0;
|
int repIndex = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user