VkGetPipelineExecutableInternalRepresentationsKHR typedef

VkGetPipelineExecutableInternalRepresentationsKHR = int Function(Pointer<VkDevice> device, Pointer<VkPipelineExecutableInfoKHR> pExecutableInfo, Pointer<NativeType> pInternalRepresentationCount, Pointer<VkPipelineExecutableInternalRepresentationKHR> pInternalRepresentations)

Implementation

typedef VkGetPipelineExecutableInternalRepresentationsKHR = int Function(
    Pointer<VkDevice> device,
    Pointer<VkPipelineExecutableInfoKHR> pExecutableInfo,
    Pointer pInternalRepresentationCount,
    Pointer<VkPipelineExecutableInternalRepresentationKHR>
        pInternalRepresentations);