()
| 3204 | return result; |
| 3205 | } |
| 3206 | public uint GetLastFrameRenderer() |
| 3207 | { |
| 3208 | uint result = FnTable.GetLastFrameRenderer(); |
| 3209 | return result; |
| 3210 | } |
| 3211 | public bool CanRenderScene() |
| 3212 | { |
| 3213 | bool result = FnTable.CanRenderScene(); |
nothing calls this directly
no outgoing calls
no test coverage detected