mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
replaced macros with template func
This commit is contained in:
@@ -294,4 +294,8 @@ private:
|
||||
|
||||
|
||||
// main func
|
||||
ENTRY_POINT(D3D9WinApp, "D3D9 interop sample");
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
std::string title = "D3D9 interop sample";
|
||||
return d3d_app<D3D9WinApp>(argc, argv, title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user