VkGetPipelineExecutableInternalRepresentationsKHRNative typedef

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

Implementation

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