KDGpu::SpecializationConstant¶
Module: Public API
#include <gpu_core.h>
Public Attributes¶
| Name | |
|---|---|
| uint32_t | constantId | 
| std::variant< bool, int32_t, uint32_t, float, double > | value | 
Friends¶
| Name | |
|---|---|
| bool | operator==(const SpecializationConstant & , const SpecializationConstant & ) | 
Public Attributes Documentation¶
variable constantId¶
1 |  | 
variable value¶
1 |  | 
Friends¶
friend operator==¶
1 2 3 4 5  |  | 
Updated on 2025-11-02 at 00:01:42 +0000