Class VkPhysicalDeviceScalarBlockLayoutFeatures

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceScalarBlockLayoutFeatures>
org.lwjgl.vulkan.VkPhysicalDeviceScalarBlockLayoutFeatures
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDeviceScalarBlockLayoutFeaturesEXT

public class VkPhysicalDeviceScalarBlockLayoutFeatures extends org.lwjgl.system.Struct<VkPhysicalDeviceScalarBlockLayoutFeatures> implements org.lwjgl.system.NativeResource
Structure indicating support for scalar block layouts.
Description

If the VkPhysicalDeviceScalarBlockLayoutFeatures 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. VkPhysicalDeviceScalarBlockLayoutFeatures can also be used in the pNext chain of VkDeviceCreateInfo to selectively enable these features.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceScalarBlockLayoutFeatures {
     VkStructureType sType();
     void * pNext();
     VkBool32 scalarBlockLayout();
 }