Render |
public struct RenderPass : IVulkanNonDispatchableHandle, IEquatable<RenderPass>
The RenderPass type exposes the following members.
Name | Description | |
---|---|---|
RenderPass | Initializes a new instance of the RenderPass class |
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
Equals(RenderPass) | ||
GetHashCode | (Overrides ValueTypeGetHashCode) | |
IsNull |
Name | Description | |
---|---|---|
Equality(RenderPass, RenderPass) | ||
Equality(RenderPass, UInt64) | ||
(UInt64 to RenderPass) | ||
Inequality(RenderPass, RenderPass) | ||
Inequality(RenderPass, UInt64) |
Name | Description | |
---|---|---|
SetName |
Sets the debug name of the RenderPass so that the name can be read in a graphics debugger.
(Defined by Extensions) |