Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets four values.
Syntax
void Store4(
in uint address,
in uint4 values
);
Parameters
-
address [in]
-
Type: uint
The input address in bytes, which must be a multiple of 4.
-
values [in]
-
Type: uint4
Four input values.
Return value
This function does not return a value.
Remarks
This function is supported for the following types of shaders:
| Vertex | Hull | Domain | Geometry | Pixel | Compute |
|---|---|---|---|---|---|
| x | x |
See also