Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 1.14 KB

errorf.md

File metadata and controls

84 lines (51 loc) · 1.14 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
errorf function
Submits an error message to the information queue.
bf4dc6dc-b36e-4b71-ad61-b7a5ba332879
errorf function HLSL
apiref
errorf
NA
reference
05/31/2018

errorf function

Submits an error message to the information queue.

Syntax

void errorf(
   string format,
    argument ...
);

Parameters

format

The format string.

argument ...

Optional arguments.

Return value

This function does not return a value.

Remarks

This operation does nothing on devices that do not support it.

Minimum Shader Model

This function is supported in the following shader models.

Shader Model Supported
Shader Model 4 (DirectX HLSL) or later. yes

 

See also

Intrinsic Functions