Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 1.03 KB

sm5-object-rwbyteaddressbuffer-load4.md

File metadata and controls

79 lines (48 loc) · 1.03 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
RWByteAddressBuffer::Load4(uint) function
Gets four values. | RWByteAddressBuffer::Load4(uint) function
b46cd119-75be-4c2d-82f9-5dcabd7e4400
Load4 function HLSL
apiref
Load4
NA
reference
05/31/2018

RWByteAddressBuffer::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

 

See also

Load4 methods

Shader Model 5