Class VkDepthBiasRepresentationInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDepthBiasRepresentationInfoEXT extends Struct<VkDepthBiasRepresentationInfoEXT> implements NativeResource

 struct VkDepthBiasRepresentationInfoEXT {
     VkStructureType sType;
     void const * pNext;
     VkDepthBiasRepresentationEXT depthBiasRepresentation;
     VkBool32 depthBiasExact;
 }