CommonLibSSE (Parapets fork)
BSLightingShaderMaterialGlowmap.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "RE/N/NiSmartPointer.h"
5 
6 namespace RE
7 {
8  class NiSourceTexture;
9 
11  {
12  public:
13  inline static constexpr auto RTTI = RTTI_BSLightingShaderMaterialGlowmap;
14 
16 
17  // override (BSLightingShaderMaterialBase)
18  BSShaderMaterial* Create() override; // 01
19  void CopyMembers(BSShaderMaterial* a_other) override; // 02
20  std::uint32_t ComputeCRC32(void) override; // 04
21  Feature GetFeature() const override; // 06 - { return Feature::kGlowMap; }
22  void OnLoadTextureSet(void) override; // 08
23  void ClearTextures(void) override; // 09
24  void ReceiveValuesFromRootMaterial(void) override; // 0A
25  void GetTextures(void) override; // 0B
26 
27  // members
29  };
30  static_assert(sizeof(BSLightingShaderMaterialGlowmap) == 0xA8);
31 }
Definition: BSLightingShaderMaterialBase.h:13
Definition: BSLightingShaderMaterialGlowmap.h:11
void OnLoadTextureSet(void) override
std::uint32_t ComputeCRC32(void) override
NiPointer< NiSourceTexture > glowTexture
Definition: BSLightingShaderMaterialGlowmap.h:28
static constexpr auto RTTI
Definition: BSLightingShaderMaterialGlowmap.h:13
void CopyMembers(BSShaderMaterial *a_other) override
BSShaderMaterial * Create() override
Feature GetFeature() const override
void ReceiveValuesFromRootMaterial(void) override
Definition: BSShaderMaterial.h:9
Feature
Definition: BSShaderMaterial.h:14
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSLightingShaderMaterialGlowmap
Definition: Offsets_RTTI.h:1894