mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Specular reflections now sample from the texture color.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
This file has been generated with the Type Info Generator v1.1 (c) 2004 id Software
|
||||
|
||||
1185 constants
|
||||
1186 constants
|
||||
133 enums
|
||||
579 classes/structs/unions
|
||||
38 templates
|
||||
@@ -381,6 +381,7 @@ static constantInfo_t constantInfo[] = {
|
||||
{ "int", "GEOMETRY_FLAG_NONE", "0" },
|
||||
{ "int", "GEOMETRY_FLAG_SKELETAL", "1" },
|
||||
{ "int", "GEOMETRY_FLAG_UNLIT", "2" },
|
||||
{ "int", "GEOMETRY_FLAG_GLASS", "4" },
|
||||
{ "static const uint32_t", "GL_RAYTRACING_MAX_LIGHTS", "256" },
|
||||
{ "static const int", "GL_RAYTRACING_LIGHT_TYPE_POINT", "0" },
|
||||
{ "static const int", "GL_RAYTRACING_LIGHT_TYPE_RECT", "1" },
|
||||
@@ -1666,6 +1667,7 @@ static enumValueInfo_t GeometryFlag_t_typeInfo[] = {
|
||||
{ "GEOMETRY_FLAG_NONE", 0 },
|
||||
{ "GEOMETRY_FLAG_SKELETAL", 1 },
|
||||
{ "GEOMETRY_FLAG_UNLIT", 2 },
|
||||
{ "GEOMETRY_FLAG_GLASS", 4 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user