This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

Variables

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

Value.

Functions

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.

  • No labels