| 236 | } |
| 237 | |
| 238 | int32 TextureFormat::GLFormat() const noexcept |
| 239 | { |
| 240 | return detail::TextureFormatPropertytable[FromEnum(m_value)].GLFormat; |
| 241 | } |
| 242 | |
| 243 | int32 TextureFormat::GLType() const noexcept |
| 244 | { |
no outgoing calls
no test coverage detected