|
|
◆ vkvg_surface_create_from_bitmap()
| VkvgSurface vkvg_surface_create_from_bitmap |
( |
VkvgDevice |
dev, |
|
|
unsigned char * |
img, |
|
|
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
- Parameters
-
| dev | The vkvg device used for creating the surface. |
| img | a pointer to a rgba encoded bimap |
| width | the width of the provided bitmap. |
| height | the height of the provided bitmap. |
- Returns
|