Share via


HolographicFrameRenderingReport.MissedLatchCount プロパティ

定義

現在の HolographicFrame の GPU 作業がターゲット スキャンアウトの期限に間に合わないために、以前の HolographicFrame を再投影する必要があったスキャンアウトの数を取得します。

public:
 property unsigned int MissedLatchCount { unsigned int get(); };
uint32_t MissedLatchCount();
public uint MissedLatchCount { get; }
var uInt32 = holographicFrameRenderingReport.missedLatchCount;
Public ReadOnly Property MissedLatchCount As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

以前の HolographicFrame を再投影する必要があったスキャンアウトの数。

適用対象

こちらもご覧ください