Class VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI extends Struct<VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI> implements NativeResource
struct VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI {
    VkStructureType sType;
    void * pNext;
    VkBool32 clustercullingShader;
    VkBool32 multiviewClusterCullingShader;
}