Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename LightType, size_t>
struct Enlighten::InputLightingValidation::IsMultipleOf16

Check that a light type size is a multiple of 16.

Variables

NameDescription
const bool Value = ((Size & 0xF) == 0)

Value.

Functions

NameDescription
Check()

A compiler error here indicates that the size of LightType is not a multiple of 16.


Anchor
ad80eaa14da89bf3157970a7e632bd609
ad80eaa14da89bf3157970a7e632bd609

static bool Enlighten::InputLightingValidation::IsMultipleOf16< LightType, Size >::Check

...

public: bool Check()

...

A compiler error here indicates that the size of LightType is not a multiple of 16.