docs: Update RHI test refactoring status
- Mark P0-1 (Shader) and P0-2 (PipelineState) as completed - Update test coverage matrix - Add changelog v1.1
This commit is contained in:
@@ -39,6 +39,17 @@ void EditorLayer::onUpdate(float dt) {
|
||||
}
|
||||
|
||||
void EditorLayer::onEvent(void* event) {
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
|
||||
if (ImGui::IsKeyPressed(ImGuiKey_F5)) {
|
||||
TogglePlay();
|
||||
}
|
||||
|
||||
if (ImGui::IsKeyPressed(ImGuiKey_F6)) {
|
||||
if (GetEditorMode() != EditorMode::Edit) {
|
||||
TogglePause();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void EditorLayer::onImGuiRender() {
|
||||
|
||||
Reference in New Issue
Block a user