diff options
Diffstat (limited to 'tools/gfx/gfx.slang')
| -rw-r--r-- | tools/gfx/gfx.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/gfx.slang b/tools/gfx/gfx.slang index c1296b472..13359334f 100644 --- a/tools/gfx/gfx.slang +++ b/tools/gfx/gfx.slang @@ -486,7 +486,7 @@ struct TextureResourceDesc : ResourceDescBase GfxCount numMipLevels = 0; ///< Number of mip levels - if 0 will create all mip levels Format format; ///< The resources format TextureResourceSampleDesc sampleDesc; ///< How the resource is sampled - ClearValue optimalClearValue; + ClearValue* optimalClearValue; }; /// Data for a single subresource of a texture. |
