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