(dtype, channels)
| 75 | } |
| 76 | |
| 77 | def get_texture_format(dtype, channels): |
| 78 | return _texture_formats[(np.dtype(dtype).name, int(channels))] |
| 79 | |
| 80 | #---------------------------------------------------------------------------- |
| 81 |
no outgoing calls
no test coverage detected