Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 314 Bytes

derivativetype.md

File metadata and controls

14 lines (10 loc) · 314 Bytes
description
The DerivativeType enum describes the shader derivative type.

DerivativeType

Values

Value Description
FWIDTH Sum of the absolute derivatives in x and y.
DFDX Derivative in x direction.
DFDY Derivative in y direction.