| 374 | } |
| 375 | |
| 376 | static void _sg_metal_query_pixels(int x, int y, int w, int h, void *pixels) { |
| 377 | id<CAMetalDrawable> mtl_drawable = (__bridge id<CAMetalDrawable>)_sg.mtl.drawable_cb(); |
| 378 | _sg_metal_encode_texture_pixels(x, y, w, h, mtl_drawable.texture, pixels); |
| 379 | } |
| 380 | |
| 381 | #endif |
nothing calls this directly
no test coverage detected