ByteAddressBuffer::Load4(uint) function
Gets four values.
Syntax
uint4 Load4(
in uint address
);
Parameters
-
address [in]
-
Type: uint
The input address in bytes, which must be a multiple of 4.
Return value
Type: uint4
Four values.
Remarks
This function is supported for the following types of shaders:
Vertex | Hull | Domain | Geometry | Pixel | Compute |
---|---|---|---|---|---|
x | x | x | x | x | x |
See also