// d3d10umddi.h
typedef struct D3D10DDIARG_BUFFER_RENDERTARGETVIEW {
union {
UINT FirstElement;
[in] UINT ElementOffset;
};
union {
UINT NumElements;
[in] UINT ElementWidth;
};
} D3D10DDIARG_BUFFER_RENDERTARGETVIEW;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D10DDIARG_BUFFER_RENDERTARGETVIEW structure describes a buffer that is used to create a render target view in a call to the CreateRenderTargetView function.
FirstElementElementOffset [in]The offset (that is, the number of elements) between the beginning of the buffer and the first element that is to be used in the view, starting at 0.
NumElementsElementWidth [in]The number of elements in the view.
CalcPrivateRenderTargetViewSize
D3D10DDIARG_CREATERENDERTARGETVIEW