PvdSceneClient

This commit is contained in:
bloeys
2022-01-17 19:37:00 +04:00
parent 6fe8f6eba1
commit c3c74b46a4
11 changed files with 161 additions and 1 deletions

19
pgo/physx-c/CPxMaterial.h Executable file
View File

@ -0,0 +1,19 @@
#ifndef CPxMaterial_H
#define CPxMaterial_H
#ifdef __cplusplus
extern "C" {
#endif
struct CPxMaterial
{
void* obj;
};
CPxAPI void CPxMaterial_release(CSTRUCT CPxMaterial*);
#ifdef __cplusplus
}
#endif
#endif // !CPxMaterial_H