Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.12 KB

ns-d3d10effect-d3d10_technique_desc.md

File metadata and controls

83 lines (65 loc) · 2.12 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:d3d10effect._D3D10_TECHNIQUE_DESC
D3D10_TECHNIQUE_DESC (d3d10effect.h)
Describes an effect technique.
506d7648-e159-3365-396e-418be67bb2d9
D3D10_TECHNIQUE_DESC
D3D10_TECHNIQUE_DESC structure [Direct3D 10]
d3d10effect/D3D10_TECHNIQUE_DESC
direct3d10.d3d10_technique_desc
direct3d10\d3d10_technique_desc.htm
direct3d10
VS|directx_sdk|~\d3d10_technique_desc.htm
12/05/2018
506d7648-e159-3365-396e-418be67bb2d9, D3D10_TECHNIQUE_DESC, D3D10_TECHNIQUE_DESC structure [Direct3D 10], d3d10effect/D3D10_TECHNIQUE_DESC, direct3d10.d3d10_technique_desc
d3d10effect.h
D3D10.h
Windows
Windows
D3D10_TECHNIQUE_DESC
19H1
_D3D10_TECHNIQUE_DESC
d3d10effect/_D3D10_TECHNIQUE_DESC
D3D10_TECHNIQUE_DESC
d3d10effect/D3D10_TECHNIQUE_DESC
c++
APIRef
kbSyntax
HeaderDef
d3d10effect.h
D3D10_TECHNIQUE_DESC

D3D10_TECHNIQUE_DESC structure

-description

Describes an effect technique.

-struct-fields

-field Name

Type: LPCSTR

A string that contains the technique name; otherwise NULL.

-field Passes

Type: UINT

The number of passes in the technique.

-field Annotations

Type: UINT

The number of annotations.

-remarks

To get a technique, call ID3D10EffectTechnique::GetDesc.

-see-also

Effect Structures (Direct3D 10)