LowLightFusion.MaxSupportedFrameCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum number of frames that can be submitted to the FuseAsync method.
public:
static property int MaxSupportedFrameCount { int get(); };
static int MaxSupportedFrameCount();
public static int MaxSupportedFrameCount { get; }
var int32 = LowLightFusion.maxSupportedFrameCount;
Public Shared ReadOnly Property MaxSupportedFrameCount As Integer
Property Value
Int32
int
The maximum number of frames that can be submitted to the FuseAsync method.