зеркало из https://github.com/stride3d/xkslang.git
Interface: remove NV_EXTENSIONS from the resources header.
This allows library consumers to work without have to set NV_EXTENSIONS.
This commit is contained in:
Родитель
a475294590
Коммит
1f60c72c67
|
@ -133,7 +133,6 @@ struct TBuiltInResource {
|
|||
int maxCullDistances;
|
||||
int maxCombinedClipAndCullDistances;
|
||||
int maxSamples;
|
||||
#ifdef NV_EXTENSIONS
|
||||
int maxMeshOutputVerticesNV;
|
||||
int maxMeshOutputPrimitivesNV;
|
||||
int maxMeshWorkGroupSizeX_NV;
|
||||
|
@ -143,7 +142,6 @@ struct TBuiltInResource {
|
|||
int maxTaskWorkGroupSizeY_NV;
|
||||
int maxTaskWorkGroupSizeZ_NV;
|
||||
int maxMeshViewCountNV;
|
||||
#endif
|
||||
|
||||
TLimits limits;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче