-------------------------------------------------------------------------------------- Description: Check if the object contains a valid AL buffer. Return Value: true If the object contains a valid AL buffer false Otherwise --------------------------------------------------------------------------------------
| 128 | // false Otherwise |
| 129 | // -------------------------------------------------------------------------------------- |
| 130 | bool Tr2GpuBuffer::IsValid() const |
| 131 | { |
| 132 | return m_buffer.IsValid(); |
| 133 | } |
| 134 | |
| 135 | // -------------------------------------------------------------------------------------- |
| 136 | // Description: |
no outgoing calls
no test coverage detected