ID3D11DeviceContextX::WriteValueBottomOfPipe Method

Writes a 32-bit value to a graphics memory address.

Syntax

public:
void WriteValueBottomOfPipe(
         void *pDestination,
         UINT Value
)  

Parameters

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.

Return value

None.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11DeviceContextX Interface

ID3D11DeviceContextX Members