--- layout: stdlib-reference --- # RWByteAddressBuffer\.Store2Aligned ## Description Set two values to the buffer at the specified location, the address will be aligned to the alignment of uint2, which is 8. ## Signature
void RWByteAddressBuffer.Store2Aligned( uint address, vector<uint, 2> value);## Parameters #### address : uint The input address in bytes, which must be a multiple of 8. #### value : [vector](../vector/index.html)\