Skip to content

FidelityFX Classifier

Navigation: SDKGPUFidelityFX GPU References

FidelityFX Classifier

FidelityFX Classifier GPU documentation.

Functions

FfxClassifyShadows

void FfxClassifyShadows(FfxUInt32 LocalThreadId, FfxUInt32x3 WorkGroupId)

Classifier pass entry point.

Parameters:

  • LocalThreadId (FfxUInt32) – The “flattened” index of a thread within a thread group (SV_GroupIndex).
  • WorkGroupId (FfxUInt32x3) – Index of the thread group currently executed (SV_GroupID).

Source: sdk/include/FidelityFX/gpu/classifier/ffx_classifier_shadows.h (line 184, column 6)