|
@@ -912,6 +912,8 @@ public:
|
|
|
|
|
|
struct ShaderSpecializationConstant : public PipelineSpecializationConstant {
|
|
struct ShaderSpecializationConstant : public PipelineSpecializationConstant {
|
|
BitField<ShaderStage> stages;
|
|
BitField<ShaderStage> stages;
|
|
|
|
+
|
|
|
|
+ bool operator<(const ShaderSpecializationConstant &p_other) const { return constant_id < p_other.constant_id; }
|
|
};
|
|
};
|
|
|
|
|
|
struct ShaderDescription {
|
|
struct ShaderDescription {
|