Cleanup
This commit is contained in:
@@ -80,7 +80,8 @@ namespace openVulkanoCpp::AR
|
||||
AsyncProcessor m_asyncProcessor;
|
||||
|
||||
void Write(ArFrame* frame, bool highRes = false);
|
||||
void WriteColorImage(ArFrame* arFrame, MultiPartArchiveWriter* colorWriter, bool highRes);
|
||||
void WriteMetadata(ArFrame* frame, MultiPartArchiveWriter* metaWriter);
|
||||
void WriteColorImage(ArFrame* arFrame, MultiPartArchiveWriter* colorWriter, bool highRes) const;
|
||||
void WriteDepthImage(ArFrame *arFrame, MultiPartArchiveWriter* depthWriter, MultiPartArchiveWriter* confWriter);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user