Writes a 32-bit value to a graphics memory address.
public:
void WriteValueBottomOfPipe(
void *pDestination,
UINT Value
)
pDestination
Type: void *
[in] The graphics memory address at which to write the value. Must be a graphics memory address; that is, must be memory allocated either with MEM_GRAPHICS via VirtualAlloc, or with XALLOC_MEMTYPE_GRAPHICS_* via XMemAlloc.
Value
Type: UINTÂ
[in] The 32-bit value to write.
Header: Declared in d3d11_x.h.
Library: Use d3d11_x.lib.