Class VkPhysicalDeviceCubicWeightsFeaturesQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCubicWeightsFeaturesQCOM extends Struct<VkPhysicalDeviceCubicWeightsFeaturesQCOM> implements NativeResource
struct VkPhysicalDeviceCubicWeightsFeaturesQCOM {
    VkStructureType sType;
    void * pNext;
    VkBool32 selectableCubicWeights;
}