Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 1.44 KB

abort.md

File metadata and controls

88 lines (46 loc) · 1.44 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
abort function (Corecrt\_terminate.h)
Submits an error message to the information queue and terminates the current draw or dispatch call being executed.
b8ce153b-0d1c-4294-b88e-b7e50e708ab9
abort function HLSL
apiref
abort
corecrt_terminate.h
HeaderDef
reference
05/31/2018

abort function

Submits an error message to the information queue and terminates the current draw or dispatch call being executed.

Syntax

void abort(
    
);

Parameters

None

Return value

This function does not return a value.

Remarks

This operation does nothing on rasterizers 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

Requirements

Requirement Value
Header
Corecrt_terminate.h

See also

Intrinsic Functions