Skip to content

Render Material Effect

Pavle edited this page Apr 4, 2023 · 2 revisions
struct RenderMaterialEffect
{
    unsigned int effectDataOffset;
    unsigned int effectDataSize;
    unsigned long long padding;
    void* effectData;
};
Clone this wiki locally