struct Enlighten InputLightingValidation IsMultipleOf16

This is the documentation for Enlighten.

struct Enlighten InputLightingValidation IsMultipleOf16

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

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

Variables

Name

Description

Name

Description

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

Value.

Functions

Name

Description

Name

Description

Check()

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



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.