ID3D11ShaderReflection::IsSampleFrequencyShader method

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 1 rated this helpful - Rate this topic

Indicates whether a shader is a sample frequency shader.

Syntax


BOOL IsSampleFrequencyShader();

Parameters

This method has no parameters.

Return value

Type: BOOL

Returns true if the shader is a sample frequency shader; otherwise returns false.

Remarks

This method's interface is hosted in the out-of-box DLL D3DCompiler_xx.dll.

Requirements

Header

D3D11Shader.h

Library

D3DCompiler.lib or D3DCompiler_xx.dll

See also

ID3D11ShaderReflection Interface

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.