We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a694c58 commit f446738Copy full SHA for f446738
Tests/IncludeTest/GraphicsTools/RenderStateCacheH_test.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019-2022 Diligent Graphics LLC
+ * Copyright 2019-2025 Diligent Graphics LLC
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -29,7 +29,12 @@
29
void TestRenderStateCacheCInterface()
30
{
31
RenderStateCacheCreateInfo CI;
32
- CI.pDevice = NULL;
+ CI.pDevice = NULL;
33
+ CI.pArchiverFactory = NULL;
34
+ CI.LogLevel = RENDER_STATE_CACHE_LOG_LEVEL_VERBOSE;
35
+ CI.EnableHotReload = true;
36
+ CI.OptimizeGLShaders = true;
37
+ CI.pReloadSource = NULL;
38
39
IRenderStateCache* pCache = NULL;
40
Diligent_CreateRenderStateCache(&CI, &pCache);
0 commit comments