Home -> IShaderProgram -> IsCodeFormatSupported

Description

The IsCodeFormatSupported method reports whether the specified code format is supported by the target renderer.

Usage

bool IsCodeFormatSupported(CodeFormat format) const;

Argument list

format [CodeFormat]
The shader code format to test.

Return value

[bool]
True if the renderer accepts shader code in the specified format, false otherwise.

See also