feat(profile): added listings of virtual functions for CGxDevice, CGxDeviceD3d

This commit is contained in:
phaneron 2024-11-30 07:43:24 -05:00
parent a87e45138d
commit 26db0b63b8
15 changed files with 699 additions and 266 deletions

View file

@ -0,0 +1,10 @@
#ifndef STORM_ARRAY_FLOAT_H
#define STORM_ARRAY_FLOAT_H
#include "system/types.h"
#include "storm/array.h"
STORM_TS_GROWABLE_ARRAY(float);
#endif