Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 1.05 KB

sm5-object-rwtexture3d-operatorindex.md

File metadata and controls

79 lines (48 loc) · 1.05 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
RWTexture3D::Operator function
Returns a resource variable of a RWTexture3D.
0b4ea895-ac34-49e5-80e6-74229c33bfe9
Operator function HLSL
apiref
Operator
NA
reference
05/31/2018

RWTexture3D::Operator function

Returns a resource variable of a RWTexture3D.

Syntax

R Operator[](
  in uint3 pos
);

Parameters

pos [in]

Type: uint3

The index position. Contains the (x, y, z) coordinates.

Return value

Type: R

A resource variable.

Remarks

This function is supported for the following types of shaders:

Vertex Hull Domain Geometry Pixel Compute
x x

 

See also

RWTexture3D

Shader Model 5