[vulkan] Adjusting DynamicState functionality + including Static Pipelines Mode

This commit is contained in:
CamilleLaVey
2026-02-01 02:07:47 -04:00
parent 55db1d862b
commit 3a70dddf80
10 changed files with 76 additions and 64 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ ENUM(GpuUnswizzleSize, VerySmall, Small, Normal, Large, VeryLarge)
ENUM(GpuUnswizzle, VeryLow, Low, Normal, Medium, High)
ENUM(GpuUnswizzleChunk, VeryLow, Low, Normal, Medium, High)
ENUM(TemperatureUnits, Celsius, Fahrenheit)
ENUM(ExtendedDynamicState, Disabled, EDS1, EDS2, EDS3);
ENUM(ExtendedDynamicState, Static, Core, EDS1, EDS2, EDS3);
ENUM(GpuLogLevel, Off, Errors, Standard, Verbose, All)
template <typename Type>