Class VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT>
org.lwjgl.vulkan.VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT> implements org.lwjgl.system.NativeResource
Structure describing whether slice-based views of 3D images can be used in storage image descriptors.
Description

If the VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT structure is included in the pNext chain of the VkPhysicalDeviceFeatures2 structure passed to GetPhysicalDeviceFeatures2, it is filled in to indicate whether each corresponding feature is supported. VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT can also be used in the pNext chain of VkDeviceCreateInfo to selectively enable these features.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceImageSlicedViewOf3DFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 imageSlicedViewOf3D();
 }