| 98 | extern BoolSetting ShowUVGradients; |
| 99 | |
| 100 | struct AppSettingsCBuffer |
| 101 | { |
| 102 | bool32 EnableSun; |
| 103 | bool32 SunAreaLightApproximation; |
| 104 | float SunSize; |
| 105 | Float4Align Float3 SunDirection; |
| 106 | int32 MSAAMode; |
| 107 | bool32 RenderLights; |
| 108 | bool32 RenderDecals; |
| 109 | int32 RenderMode; |
| 110 | float Exposure; |
| 111 | float BloomExposure; |
| 112 | float BloomMagnitude; |
| 113 | float BloomBlurSigma; |
| 114 | bool32 EnableAlbedoMaps; |
| 115 | bool32 EnableNormalMaps; |
| 116 | bool32 EnableSpecular; |
| 117 | bool32 ShowLightCounts; |
| 118 | bool32 ShowDecalCounts; |
| 119 | bool32 ShowMSAAMask; |
| 120 | bool32 ShowUVGradients; |
| 121 | }; |
| 122 | |
| 123 | extern ConstantBuffer<AppSettingsCBuffer> CBuffer; |
| 124 | const extern uint32 CBufferRegister; |
nothing calls this directly
no outgoing calls
no test coverage detected