@@ -91,6 +91,11 @@ namespace OFX {
91
91
#ifdef OFX_SUPPORTS_OPENGLRENDER
92
92
{ kOfxImageEffectPropOpenGLRenderSupported , Property::eString, 1 , false , " false" }, // OFX 1.3
93
93
#endif
94
+ { kOfxImageEffectPropCudaRenderSupported , Property::eString, 1 , false , " false" },
95
+ { kOfxImageEffectPropCudaStreamSupported , Property::eString, 1 , false , " false" },
96
+ { kOfxImageEffectPropMetalRenderSupported , Property::eString, 1 , false , " false" },
97
+ { kOfxImageEffectPropOpenCLRenderSupported , Property::eString, 1 , false , " false" },
98
+
94
99
Property::propSpecEnd
95
100
};
96
101
@@ -342,6 +347,10 @@ namespace OFX {
342
347
#ifdef OFX_SUPPORTS_OPENGLRENDER
343
348
{ kOfxImageEffectPropOpenGLRenderSupported , Property::eString, 1 , false , " false" }, // OFX 1.4
344
349
#endif
350
+ { kOfxImageEffectPropCudaRenderSupported , Property::eString, 1 , false , " false" },
351
+ { kOfxImageEffectPropCudaStreamSupported , Property::eString, 1 , false , " false" },
352
+ { kOfxImageEffectPropMetalRenderSupported , Property::eString, 1 , false , " false" },
353
+ { kOfxImageEffectPropOpenCLRenderSupported , Property::eString, 1 , false , " false" },
345
354
Property::propSpecEnd
346
355
};
347
356
@@ -2714,6 +2723,10 @@ namespace OFX {
2714
2723
#endif
2715
2724
{ kOfxImageEffectPropRenderQualityDraft , Property::eInt, 1 , true , " 0" }, // OFX 1.4
2716
2725
{ kOfxImageEffectHostPropNativeOrigin , Property::eString, 0 , true , kOfxHostNativeOriginBottomLeft }, // OFX 1.4
2726
+ { kOfxImageEffectPropCudaRenderSupported , Property::eString, 1 , false , " false" },
2727
+ { kOfxImageEffectPropCudaStreamSupported , Property::eString, 1 , false , " false" },
2728
+ { kOfxImageEffectPropMetalRenderSupported , Property::eString, 1 , false , " false" },
2729
+ { kOfxImageEffectPropOpenCLRenderSupported , Property::eString, 1 , false , " false" },
2717
2730
Property::propSpecEnd
2718
2731
};
2719
2732
0 commit comments