Struct D3D11FeatureDataMarkerSupport
Describes whether a GPU profiling technique is supported.
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11FeatureDataMarkerSupport : IEquatable<D3D11FeatureDataMarkerSupport>
Properties
|
Edit this page
View Source
IsProfileSupported
Gets a value indicating whether the hardware and driver support a GPU profiling technique that can be used with development tools.
Declaration
public bool IsProfileSupported { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(D3D11FeatureDataMarkerSupport)
Declaration
public readonly bool Equals(D3D11FeatureDataMarkerSupport other)
Parameters
Returns
|
Edit this page
View Source
Equals(object?)
Declaration
public override readonly bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override readonly int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
NativeReadFrom(nint)
Declaration
public static D3D11FeatureDataMarkerSupport NativeReadFrom(nint buffer)
Parameters
| Type |
Name |
Description |
| nint |
buffer |
|
Returns
|
Edit this page
View Source
NativeReadFrom(nint, Span<D3D11FeatureDataMarkerSupport>)
Declaration
public static void NativeReadFrom(nint buffer, Span<D3D11FeatureDataMarkerSupport> objects)
Parameters
|
Edit this page
View Source
NativeRequiredSize()
Declaration
public static int NativeRequiredSize()
Returns
|
Edit this page
View Source
NativeRequiredSize(int)
Declaration
public static int NativeRequiredSize(int count)
Parameters
| Type |
Name |
Description |
| int |
count |
|
Returns
|
Edit this page
View Source
NativeWriteTo(nint, in D3D11FeatureDataMarkerSupport)
Declaration
public static void NativeWriteTo(nint buffer, in D3D11FeatureDataMarkerSupport obj)
Parameters
|
Edit this page
View Source
NativeWriteTo(nint, ReadOnlySpan<D3D11FeatureDataMarkerSupport>)
Declaration
public static void NativeWriteTo(nint buffer, ReadOnlySpan<D3D11FeatureDataMarkerSupport> objects)
Parameters
Operators
|
Edit this page
View Source
operator ==(D3D11FeatureDataMarkerSupport, D3D11FeatureDataMarkerSupport)
Declaration
public static bool operator ==(D3D11FeatureDataMarkerSupport left, D3D11FeatureDataMarkerSupport right)
Parameters
Returns
|
Edit this page
View Source
operator !=(D3D11FeatureDataMarkerSupport, D3D11FeatureDataMarkerSupport)
Declaration
public static bool operator !=(D3D11FeatureDataMarkerSupport left, D3D11FeatureDataMarkerSupport right)
Parameters
Returns
Implements