| 153 | u8* pBuffer { nullptr }; |
| 154 | i32 count { 0 }; |
| 155 | enum ComponentType { |
| 156 | Byte, |
| 157 | UByte, |
| 158 | Short, |
| 159 | UShort, |
| 160 | UInt, |
| 161 | f32 |
| 162 | }; |
| 163 | ComponentType componentType; |
| 164 | |
| 165 | enum Type { |
nothing calls this directly
no outgoing calls
no test coverage detected