Operator[] function
Returns a resource variable of a RWTexture3D.
R Operator[](
in uint3 pos
);
pos [in]
Type: uint3The index position. Contains the (x, y, z) coordinates.
Type: R
A resource variable.
This function is supported for the following types of shaders:
Vertex | Hull | Domain | Geometry | Pixel | Compute |
---|---|---|---|---|---|
x | x |