| 362 | } |
| 363 | |
| 364 | void LAppView::SetRenderTargetClearColor(float r, float g, float b) |
| 365 | { |
| 366 | _clearColor[0] = r; |
| 367 | _clearColor[1] = g; |
| 368 | _clearColor[2] = b; |
| 369 | } |
| 370 | |
| 371 | float LAppView::GetSpriteAlpha(int assign) const |
| 372 | { |
no outgoing calls
no test coverage detected