Add support for VK_EXT_image_view_min_lod

This commit is contained in:
baldurk
2023-01-17 15:25:21 +00:00
parent 823103e111
commit 82f205ead6
11 changed files with 86 additions and 8 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ set's inline block data.
float maxAnisotropy = 0.0f;
DOCUMENT("For samplers - the :class:`CompareFunction` for comparison samplers.");
CompareFunction compareFunction = CompareFunction::AlwaysTrue;
DOCUMENT("For samplers - the minimum mip level that can be used.");
DOCUMENT("For samplers and image views - the minimum mip level that can be used.");
float minLOD = 0.0f;
DOCUMENT("For samplers - the maximum mip level that can be used.");
float maxLOD = 0.0f;