Updated README

This commit is contained in:
a2x
2023-09-08 23:13:40 +10:00
parent 27acd1a1e5
commit 222b248f5c
75 changed files with 56290 additions and 17339 deletions

View File

@@ -11,16 +11,6 @@ namespace CSSDSMsg_EndFrame {
constexpr std::ptrdiff_t m_Views = 0x0;
}
namespace SceneViewId_t {
constexpr std::ptrdiff_t m_nViewId = 0x0;
constexpr std::ptrdiff_t m_nFrameCount = 0x8;
}
namespace CSSDSMsg_ViewRender {
constexpr std::ptrdiff_t m_viewId = 0x0;
constexpr std::ptrdiff_t m_ViewName = 0x10;
}
namespace CSSDSMsg_LayerBase {
constexpr std::ptrdiff_t m_viewId = 0x0;
constexpr std::ptrdiff_t m_ViewName = 0x10;
@@ -30,6 +20,11 @@ namespace CSSDSMsg_LayerBase {
constexpr std::ptrdiff_t m_displayText = 0x30;
}
namespace CSSDSMsg_ViewRender {
constexpr std::ptrdiff_t m_viewId = 0x0;
constexpr std::ptrdiff_t m_ViewName = 0x10;
}
namespace CSSDSMsg_ViewTarget {
constexpr std::ptrdiff_t m_Name = 0x0;
constexpr std::ptrdiff_t m_TextureId = 0x8;
@@ -49,9 +44,7 @@ namespace CSSDSMsg_ViewTargetList {
constexpr std::ptrdiff_t m_Targets = 0x18;
}
namespace CSSDSMsg_PreLayer {
}
namespace CSSDSMsg_PostLayer {
}
namespace SceneViewId_t {
constexpr std::ptrdiff_t m_nViewId = 0x0;
constexpr std::ptrdiff_t m_nFrameCount = 0x8;
}