Class VkPhysicalDeviceDepthBiasControlFeaturesEXT

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

public class VkPhysicalDeviceDepthBiasControlFeaturesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceDepthBiasControlFeaturesEXT> implements org.lwjgl.system.NativeResource
Structure indicating support for depth bias scaling and representation control.
Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceDepthBiasControlFeaturesEXT {
     VkStructureType sType();
     void * pNext();
     VkBool32 depthBiasControl();
     VkBool32 leastRepresentableValueForceUnormRepresentation();
     VkBool32 floatRepresentation();
     VkBool32 depthBiasExact();
 }