From 86036d7262328ccdcb35156af7ac9300ff479456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 25 Oct 2025 22:19:20 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/platform.h b/include/bgfx/platform.h index 7e59011ee..88ee79157 100644 --- a/include/bgfx/platform.h +++ b/include/bgfx/platform.h @@ -98,7 +98,7 @@ namespace bgfx /// /// @attention C99's equivalent binding is `bgfx_override_internal_texture_ptr`. /// - uintptr_t overrideInternal(TextureHandle _handle, uintptr_t _ptr, uint32_t _layerIndex = 0); + uintptr_t overrideInternal(TextureHandle _handle, uintptr_t _ptr, uint16_t _layerIndex = 0); /// Override internal texture by creating new texture. Previously created /// internal texture will released.