|
|
@ -5302,7 +5302,9 @@ void *vrend_renderer_get_cursor_contents(uint32_t res_handle, uint32_t *width, u |
|
|
|
if (res->target != GL_TEXTURE_2D) |
|
|
|
if (res->target != GL_TEXTURE_2D) |
|
|
|
return NULL; |
|
|
|
return NULL; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (width) |
|
|
|
*width = res->base.width0; |
|
|
|
*width = res->base.width0; |
|
|
|
|
|
|
|
if (height) |
|
|
|
*height = res->base.height0; |
|
|
|
*height = res->base.height0; |
|
|
|
format = tex_conv_table[res->base.format].glformat; |
|
|
|
format = tex_conv_table[res->base.format].glformat; |
|
|
|
type = tex_conv_table[res->base.format].gltype;
|
|
|
|
type = tex_conv_table[res->base.format].gltype;
|
|
|
|