In This Topic
void ID3D11DeviceContext2::SetMarkerInt([In] const wchar_t* pLabel,[In] int Data)
Syntax
'Declaration
Public Sub SetMarkerInt( _
ByVal As System.String, _
ByVal As System.Integer _
)
public void SetMarkerInt(
System.string ,
System.int
)
Parameters
- labelRef
- data
See Also