RWByteAddressBuffer.Store4Aligned
Description
Set four values to the buffer at the specified location, the address will be aligned to the alignment of uint4, which is 16.
Signature
void RWByteAddressBuffer.Store4Aligned( uint address, vector<uint, 4> value);
Parameters
address : uint
The input address in bytes, which must be a multiple of 16.
value : vector<uint, 4>
Four input values.
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
cpp
Available in all stages.
cuda
Available in all stages.
metal
Available in all stages.
spirv
Available in all stages.