CommonLibSSE (powerof3)
BSImagespaceShaderBlur3.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BSImagespaceShaderBlur3;
11  inline static constexpr auto VTABLE = VTABLE_BSImagespaceShaderBlur3;
12 
13  ~BSImagespaceShaderBlur3() override; // 00
14 
15  // override (BSImagespaceShader)
16  void GetShaderMacros(ShaderMacro* a_macros) override; // 0D
17  };
18  static_assert(sizeof(BSImagespaceShaderBlur3) == 0x1A8);
19 }
Definition: BSImagespaceShaderBlur3.h:8
void GetShaderMacros(ShaderMacro *a_macros) override
static constexpr auto RTTI
Definition: BSImagespaceShaderBlur3.h:10
static constexpr auto VTABLE
Definition: BSImagespaceShaderBlur3.h:11
Definition: BSImagespaceShader.h:13
Definition: AbsorbEffect.h:6
constexpr std::array< REL::ID, 4 > VTABLE_BSImagespaceShaderBlur3
Definition: Offsets_VTABLE.h:9068
constexpr REL::ID RTTI_BSImagespaceShaderBlur3(static_cast< std::uint64_t >(691884))
Definition: BSImagespaceShader.h:19