2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 23:39:12 +00:00

Merge remote-tracking branch 'origin/master' into hsh

This commit is contained in:
2020-09-28 20:14:09 -04:00
647 changed files with 22984 additions and 10477 deletions

View File

@@ -16,12 +16,12 @@
namespace hecl::Backend {
class ShaderTag;
}
} // namespace hecl::Backend
namespace urde {
class CLight;
class CModelFlags;
class CBooSurface;
struct CModelFlags;
struct CBooSurface;
class CBooModel;
enum class EExtendedShader : uint8_t {
@@ -49,6 +49,7 @@ enum class EExtendedShader : uint8_t {
ForcedAdditiveNoZWriteDepthGreater,
ThermalCold,
LightingAlphaWrite,
LightingAlphaWriteNoZTestNoZWrite,
LightingCubeReflection,
LightingCubeReflectionWorldShadow,
MAX