docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "RE/U/UIShaderColors.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
class alignas(0x10) UIShaderFXInfo
|
||||
{
|
||||
public:
|
||||
// members
|
||||
NiRect<float> renderQuad; // 00
|
||||
UIShaderColors shaderFX; // 10
|
||||
};
|
||||
static_assert(sizeof(UIShaderFXInfo) == 0x50);
|
||||
}
|
||||
Reference in New Issue
Block a user