< Entry point group index.
| 159 | { |
| 160 | int32_t groupIndex = -1; ///< Entry point group index. |
| 161 | bool isValid() const { return groupIndex >= 0; } |
| 162 | }; |
| 163 | |
| 164 | /// Represents a single piece of shader source code. |
no outgoing calls
no test coverage detected