RenderTargetDescription Struct
Namespace: Stride.Rendering.Compositing
Assembly: Stride.Rendering.dll
public struct RenderTargetDescription : IEquatable<RenderTargetDescription>
|
Improve this Doc
View Source
Fields
public PixelFormat Format
Field Value
Semantic
public IRenderTargetSemantic Semantic
Field Value
|
Improve this Doc
View Source
Methods
Equals(RenderTargetDescription)
public bool Equals(RenderTargetDescription other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
Operators
Equality(RenderTargetDescription, RenderTargetDescription)
public static bool operator ==(RenderTargetDescription left, RenderTargetDescription right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(RenderTargetDescription, RenderTargetDescription)
public static bool operator !=(RenderTargetDescription left, RenderTargetDescription right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
System.ValueType.ToString()
Extension Methods