Skip to content

Instantly share code, notes, and snippets.

@monocasa
Created March 3, 2015 15:06
Show Gist options
  • Save monocasa/16f3821b7ff67499ea6f to your computer and use it in GitHub Desktop.
Save monocasa/16f3821b7ff67499ea6f to your computer and use it in GitHub Desktop.
Mantle DLL Exports
MANTLE64.DLL
grInitAndEnumerateGpus
grGetGpuInfo
grCreateDevice
grDestroyDevice
grGetExtensionSupport
grGetDeviceQueue
grQueueSubmit
grQueueWaitIdle
grDeviceWaitIdle
grGetMemoryHeapCount
grGetMemoryHeapInfo
grAllocMemory
grFreeMemory
grMapMemory
grUnmapMemory
grGetMultiGpuCompatibility
grOpenSharedQueueSemaphore
grOpenPeerImage
grDestroyObject
grGetObjectInfo
grBindObjectMemory
grCreateFence
grGetFenceStatus
grCreateQueueSemaphore
grSignalQueueSemaphore
grWaitQueueSemaphore
grCreateEvent
grGetEventStatus
grResetEvent
grCreateQueryPool
grGetQueryPoolResults
grGetFormatInfo
grCreateImage
grGetImageSubresourceInfo
grCreateImageView
grCreateColorTargetView
grCreateDepthStencilView
grCreateShader
grCreateGraphicsPipeline
grCreateComputePipeline
grStorePipeline
grLoadPipeline
grCreateSampler
grCreateDescriptorSet
grBeginDescriptorSetUpdate
grEndDescriptorSetUpdate
grAttachSamplerDescriptors
grAttachImageViewDescriptors
grAttachMemoryViewDescriptors
grClearDescriptorSetSlots
grCreateViewportState
grCreateRasterState
grCreateMsaaState
grCreateColorBlendState
grCreateDepthStencilState
grCreateCommandBuffer
grBeginCommandBuffer
grEndCommandBuffer
grResetCommandBuffer
grCmdBindPipeline
grCmdBindStateObject
grCmdBindDescriptorSet
grCmdBindIndexData
grCmdBindTargets
grCmdPrepareMemoryRegions
grCmdPrepareImages
grCmdDraw
grCmdDrawIndexed
grCmdDrawIndirect
grCmdDispatch
grCmdDispatchIndirect
grCmdCopyMemory
grCmdCopyImage
grCmdCopyMemoryToImage
grCmdCopyImageToMemory
grCmdClearColorImage
grCmdClearDepthStencil
grCmdSetEvent
grCmdBeginQuery
grCmdEndQuery
grCmdResetQueryPool
grCmdWriteTimestamp
grCmdInitAtomicCounters
grCmdLoadAtomicCounters
grCmdSaveAtomicCounters
grDbgSetValidationLevel
grDbgRegisterMsgCallback
grDbgSetObjectTag
grDbgSetGlobalOption
grWsiWinGetDisplays
grWsiWinGetDisplayModeList
grWsiWinTakeFullscreenOwnership
grWsiWinReleaseFullscreenOwnership
grWsiWinCreatePresentableImage
grWsiWinQueuePresent
MANTLEAXL64.DLL
grUpdateBorderColorPalette
grCmdBindBorderColorPalette
grCreateAdvancedMsaaState
grCreateFmaskImageView
grQueueDelay
grCreateBorderColorPalette
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment