D3DDDIARG_CREATEPIXELSHADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3DDDIARG_CREATEPIXELSHADER {
  [in]  UINT   CodeSize;
  [out] HANDLE ShaderHandle;
} D3DDDIARG_CREATEPIXELSHADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_createpixelshader)

_D3DDDIARG_CREATEPIXELSHADER structure

Description

The D3DDDIARG_CREATEPIXELSHADER structure specifies a shader handle to associate with pixel shader code.

Members

CodeSize [in]

The size, in bytes, of the pixel shader code that is passed in the pCode parameter in a call to the user-mode display driver's CreatePixelShader function.

ShaderHandle [out]

A handle to the pixel shader code.

Remarks

For more information about programming shader assemblers, see Processing Shader Codes.

See also

CreatePixelShader