Raikiri
Raikiri
Yet another dark theme:  ```cpp imGuiIO.Fonts->AddFontFromFileTTF("../data/Fonts/Ruda-Bold.ttf", 15.0f, &config); ImGui::GetStyle().FrameRounding = 4.0f; ImGui::GetStyle().GrabRounding = 4.0f; ImVec4* colors = ImGui::GetStyle().Colors; colors[ImGuiCol_Text] = ImVec4(0.95f, 0.96f, 0.98f, 1.00f); colors[ImGuiCol_TextDisabled] = ImVec4(0.36f, 0.42f, 0.47f,...
@montchr it's funny that you mention `best practices for system configurations with flakes, especially at a time when flakes seemed straight-up controversial`, as if it's obvious to me that I...
I'm on windows 10 and this delay problem is unfortunately a dealbreaker for now. I'm pretty sure this has to have a solution (as in, it's not a principal limitation...
Alternatively, if that's easier to implement, I'd be happy to edit them in bios too.
@MilesBHuff "all distros" != "all os's" in this case "issue for pop os" assumes "issue on pop os issue tracker"
i don't remember any recommendation related to using proprietary firmware with windows
I definitely feel like there can not be a universal fan curve that all users will be happy with. Some users have sleeping kids and they want their fans to...
I personally can't care any less about linux, I only run it as a backup system.
in vulkan 1.1.121.2 this code: ``` layout(binding = 0, r32f) uniform image2D testImage; float Func(image2D image) { return imageLoad(image, ivec2(0, 0)).r; } void main() { float test = Func(testImage); }...
I saw a whole bunch of changes and discussions around this topic as it keeps popping up for the past 3 years whenever anybody attempts to pass a readwrite texture...