Member access.
| 37 | |
| 38 | // Member access. |
| 39 | inline uint32_t GetNumTargets() const |
| 40 | { |
| 41 | return static_cast<uint32_t>(mRTTextures.size()); |
| 42 | } |
| 43 | |
| 44 | uint32_t GetRTFormat() const; |
| 45 | uint32_t GetWidth() const; |
no outgoing calls
no test coverage detected