Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Store2 function

Sets two values.

Syntax

void Store2(
  in uint address,
  in uint2 values
);

Parameters

address [in]

Type: uint

The input address in bytes, which must be a multiple of 4.

values [in]

Type: uint2

Two input values.

Return value

This function does not return a value.

Remarks

This function is supported for the following types of shaders:

VertexHullDomainGeometryPixelCompute
xx

 

See also

RWByteAddressBuffer
Shader Model 5

 

 

Show:
© 2017 Microsoft