D3D10GetVertexShaderProfile function
Get the vertex shader profile best suited to a given device.
Syntax
LPCSTR D3D10GetVertexShaderProfile( _In_ ID3D10Device *pDevice );
Parameters
- pDevice [in]
-
Type: ID3D10Device*
Pointer to the device (see ID3D10Device Interface).
Return value
Type: LPCSTR
The shader profile.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: