Class VkDataGraphPipelineCompilerControlCreateInfoARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDataGraphPipelineCompilerControlCreateInfoARM extends Struct<VkDataGraphPipelineCompilerControlCreateInfoARM> implements NativeResource
struct VkDataGraphPipelineCompilerControlCreateInfoARM {
    VkStructureType sType;
    void const * pNext;
    char const * pVendorOptions;
}