Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the size of the shader byte code, in bytes.
Syntax
UINT D3DXGetShaderSize(
_In_ const DWORD *pFunction
);
Parameters
-
pFunction [in]
-
Type: const DWORD*
Pointer to the function DWORD stream.
Return value
Type: UINT
Returns the size of the shader byte code, in bytes.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also