This commit is contained in:
Bigfoot71 2025-10-25 23:43:08 +02:00
parent 92e178ab51
commit f0b6c81b41

5
src/external/rlsw.h vendored
View File

@ -3405,7 +3405,7 @@ static inline void sw_point_render(sw_vertex_t *v)
} }
//------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------
// Polygon modes mendering logic // Polygon modes rendering logic
//------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------
static inline void sw_poly_point_render(void) static inline void sw_poly_point_render(void)
{ {
@ -3437,9 +3437,10 @@ static inline void sw_poly_fill_render(void)
case SW_QUADS: sw_quad_render(); break; case SW_QUADS: sw_quad_render(); break;
} }
} }
//-------------------------------------------------------------------------------------------
// Validity check helper functions // Validity check helper functions
//-------------------------------------------------------------------------------------------
static inline bool sw_is_texture_valid(uint32_t id) static inline bool sw_is_texture_valid(uint32_t id)
{ {
bool valid = true; bool valid = true;