* Get pixel data size in bytes for certain format */
| 736 | * Get pixel data size in bytes for certain format |
| 737 | */ |
| 738 | static int GetPixelDataSize(int width, int height, int format = PIXELFORMAT_UNCOMPRESSED_R32G32B32A32) { |
| 739 | return ::GetPixelDataSize(width, height, format); |
| 740 | } |
| 741 | |
| 742 | /** |
| 743 | * Returns the pixel data size based on the current image. |
nothing calls this directly
no outgoing calls
no test coverage detected