[Feat] (Diligent/Drawing): Reimplement glMultiDrawElements through indirect drawing.

This commit is contained in:
BZLZHH
2025-06-21 09:48:08 +08:00
parent 61ae5e2e34
commit 7c3b4e52c3
3 changed files with 96 additions and 27 deletions
@@ -213,6 +213,7 @@ namespace MG_Diligent {
extern bool initialized;
extern bool IsInRenderPass;
extern GLuint g_NextResourceId;
}
namespace MG_EGL::Diligent {