Add interfaces for getting textures from ar frames
This commit is contained in:
@@ -88,4 +88,14 @@ namespace OpenVulkano::AR::Playback
|
||||
Stop();
|
||||
OnSessionInterruptionChange(true);
|
||||
}
|
||||
|
||||
Scene::Texture* ArSessionPlayback::MakeTexture(OpenVulkano::AR::ArFrame* frame)
|
||||
{
|
||||
return nullptr; //TODO
|
||||
}
|
||||
|
||||
void ArSessionPlayback::ReturnTexture(Scene::Texture* texture)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user