diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-10-19 19:12:43 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-10-19 19:12:43 +0000 |
| commit | 105188440f205f88f13a89e797e3f410dca3b5f9 (patch) | |
| tree | bcba786676f084396e18f04bf786582290d3f599 /TextureLoader/interface | |
| parent | Some updates to match API240076 (diff) | |
| download | DiligentTools-105188440f205f88f13a89e797e3f410dca3b5f9.tar.gz DiligentTools-105188440f205f88f13a89e797e3f410dca3b5f9.zip | |
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
Diffstat (limited to 'TextureLoader/interface')
| -rw-r--r-- | TextureLoader/interface/TextureLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/interface/TextureLoader.h b/TextureLoader/interface/TextureLoader.h index 2150046..f62f598 100644 --- a/TextureLoader/interface/TextureLoader.h +++ b/TextureLoader/interface/TextureLoader.h @@ -43,7 +43,7 @@ struct TextureLoadInfo const Char* Name DEFAULT_VALUE(nullptr); /// Usage - USAGE Usage DEFAULT_VALUE(USAGE_STATIC); + USAGE Usage DEFAULT_VALUE(USAGE_IMMUTABLE); /// Bind flags BIND_FLAGS BindFlags DEFAULT_VALUE(BIND_SHADER_RESOURCE); |
