mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Add support for VK_EXT_image_view_min_lod
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user