Add support for shared textures to graphics API
This commit is contained in:
@@ -532,3 +532,8 @@ EXPORT bool device_gdi_texture_available(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
EXPORT bool device_shared_texture_available(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user