Browse Source

sokol_gfx.h fix error in _sg_pop_debug_group() on non-Metal backends

Andre Weissflog 2 năm trước cách đây
mục cha
commit
db9a6b7940
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      sokol_gfx.h

+ 0 - 2
sokol_gfx.h

@@ -14220,8 +14220,6 @@ static inline void _sg_push_debug_group(const char* name) {
 static inline void _sg_pop_debug_group(void) {
     #if defined(SOKOL_METAL)
     _sg_mtl_pop_debug_group();
-    #else
-    _SOKOL_UNUSED(name);
     #endif
 }