#include <SpecializationConstant.h>
Public Member Functions | |
| bool | operator== (const SpecializationConstant &rhs) const |
| HashValue64 | GetHash () const |
| Returns a hash of the constant. | |
Public Attributes | |
| Name | m_name |
| Name of the constant. | |
| uint32_t | m_id = 0 |
| Id of the constant. | |
| SpecializationValue | m_value |
| Value of the constant. | |
| SpecializationType | m_type = SpecializationType::Invalid |
| Type of the constant. | |
Contains all the necessary information and value of a specialization constant so it can be used when creating a PipelineState.