| 504 | } |
| 505 | |
| 506 | void SetDefaultResolution(HContext context, uint32_t width, uint32_t height) |
| 507 | { |
| 508 | context->m_DefaultProjectWidth = width; |
| 509 | context->m_DefaultProjectHeight = height; |
| 510 | } |
| 511 | |
| 512 | void* GetDisplayProfiles(HScene scene) |
| 513 | { |
no outgoing calls