ERR_NO_FALLTHROUGH
Code: 3537 (3537)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x0dd1 (3537)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x0dd1 (3537)
Documented in Win32
HLSL errors and warnings (comperrors.h): 3537
Fall-through cases in switch statements aren't supported. case / default statements that fall through to the next case / default without a break can't have any code in them.