vk: Start Implementing vkGetFormatInfo()
We move the format table and vkGetFormatInfo to their own file in the process.
This commit is contained in:
@@ -1206,18 +1206,6 @@ VkResult anv_GetQueryPoolResults(
|
||||
stub_return(VK_UNSUPPORTED);
|
||||
}
|
||||
|
||||
// Format capabilities
|
||||
|
||||
VkResult anv_GetFormatInfo(
|
||||
VkDevice device,
|
||||
VkFormat format,
|
||||
VkFormatInfoType infoType,
|
||||
size_t* pDataSize,
|
||||
void* pData)
|
||||
{
|
||||
stub_return(VK_UNSUPPORTED);
|
||||
}
|
||||
|
||||
// Buffer functions
|
||||
|
||||
VkResult anv_CreateBuffer(
|
||||
|
Reference in New Issue
Block a user