writeonly_texture_view Class
Provides writeonly access to a texture.
template <
typename _Value_type,
int _Rank
>
class writeonly_texture_view;
template <
typename _Value_type,
int _Rank
>
class writeonly_texture_view<_Value_type, _Rank> : public details::_Texture_base<_Value_type, _Rank>;
Parameters
_Value_type
The type of the elements in the texture._Rank
The rank of the texture.
Members
Public Typedefs
Name |
Description |
---|---|
scalar_type |
|
value_type |
Public Constructors
Name |
Description |
---|---|
Initializes a new instance of the writeonly_texture_view class. |
|
Destroys the writeonly_texture_view object. |
Public Methods
Name |
Description |
---|---|
Sets the value of the element at the specified index. |
Public Operators
Name |
Description |
---|---|
Copies the specified writeonly_texture_view object to this one. |
Public Constants
Name |
Description |
---|---|
Gets the rank of the writeonly_texture_view object. |
Inheritance Hierarchy
_Texture_base
writeonly_texture_view
Requirements
Header: amp_graphics.h
Namespace: Concurrency::graphics