| 2131 | } |
| 2132 | |
| 2133 | String RenderingServer::get_current_rendering_method() const { |
| 2134 | // Needs to remain in OS, since it's actually OS that interacts with it, but it's better exposed here. |
| 2135 | return ::OS::get_singleton()->get_current_rendering_method(); |
| 2136 | } |
| 2137 | |
| 2138 | Vector<uint8_t> _convert_surface_version_1_to_surface_version_2(uint64_t p_format, Vector<uint8_t> p_vertex_data, uint32_t p_vertex_count, uint32_t p_old_stride, uint32_t p_vertex_size, uint32_t p_normal_size, uint32_t p_position_stride, uint32_t p_normal_tangent_stride) { |
| 2139 | Vector<uint8_t> new_vertex_data; |
no outgoing calls
no test coverage detected