sampler Class
The sampler class aggregates sampling configuration information to be used for texture sampling.
class sampler;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs a sampler instance. |
Public Methods
Name |
Description |
---|---|
Returns the address_mode that’s associated with the sampler object. |
|
Returns the border color that’s associated with the sampler object. |
|
Returns the filter_mode that’s associated with the sampler object. |
Public Operators
Name |
Description |
---|---|
Overloaded. Assignment operator. |
Public Data Members
Name |
Description |
---|---|
Gets the address mode of the sampler object. |
|
Gets the border color of the sampler object. |
|
Gets the filter mode of the sampler object. |
Inheritance Hierarchy
sampler
Requirements
Header: amp_graphics.h
Namespace: concurrency::graphics