mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpigui] Handle Direct3D framebuffer resize
This commit is contained in:
@@ -99,6 +99,8 @@ void gui::PlatformShutdown() {
|
||||
ImGui_ImplOpenGL3_Shutdown();
|
||||
}
|
||||
|
||||
void gui::PlatformFramebufferSizeChanged(int width, int height) {}
|
||||
|
||||
static inline GLenum GLPixelFormat(PixelFormat format) {
|
||||
switch (format) {
|
||||
case kPixelRGBA:
|
||||
|
||||
Reference in New Issue
Block a user