virtualx-engine/drivers/gles_common
lawnjelly 64ab7488db Workaround GCC warning in rasterizer_canvas_batcher
`-Werror=array-bounds` flags when creating a new batch, possibly due to the possibility of the malloc failing (out of memory).
This PR adds an explicit `CRASHNOW` in the hope the compiler will recognise this case is not intended to be recoverable.
2023-12-11 17:45:30 +00:00
..
batch_diagnose.inc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
rasterizer_array.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
rasterizer_asserts.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
rasterizer_canvas_batcher.h Workaround GCC warning in rasterizer_canvas_batcher 2023-12-11 17:45:30 +00:00
rasterizer_storage_common.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
SCsub Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00