mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 13:11:53 +00:00
Instrumentation
This commit is contained in:
@@ -80,11 +80,18 @@ namespace GlitchyEngine.Renderer
|
||||
|
||||
public this(BlendStateDescription desc)
|
||||
{
|
||||
Debug.Profiler.ProfileResourceFunction!();
|
||||
|
||||
_desc = desc;
|
||||
|
||||
PlatformCreateBlendState();
|
||||
}
|
||||
|
||||
public ~this()
|
||||
{
|
||||
Debug.Profiler.ProfileResourceFunction!();
|
||||
}
|
||||
|
||||
protected extern void PlatformCreateBlendState();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user