mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpigui] Handle Direct3D framebuffer resize
This commit is contained in:
@@ -107,6 +107,8 @@ void gui::PlatformShutdown() {
|
||||
gPlatformValid = false;
|
||||
}
|
||||
|
||||
void gui::PlatformFramebufferSizeChanged(int, int) {}
|
||||
|
||||
static inline MTLPixelFormat MetalPixelFormat(PixelFormat format) {
|
||||
switch (format) {
|
||||
case kPixelRGBA:
|
||||
|
||||
Reference in New Issue
Block a user