is there anyway I can get information about vkimage?

Wang

I have a VkImage, is there any way to get some part of the createInfo which used to create this image? For example, the arrayLayers, mipLevels, extent and format? It seems vkGetImage* does not have this functionality at all?

Nicol Bolas

Any information you might query about a VkImage is information which, at one point, you must have had because you gave it to Vulkan. Making a Vulkan driver implementation keep track of information you have is a waste of memory and a possible source of driver bugs. Therefore, Vulkan expects that, if you find some information about a VkImage to be important, then you will store that information alongside the image after its creation.

In general, Vulkan has no querying APIs for any information which you yourself provided for any object.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Can I get information about the local variables using Java reflection?

I can not get information about the error of validation in AngularJS

How can I get information about type of a Go variable

How can I get the information about an individual IM in the Slack API?

How can you get information about other apps running or in focus?

How can I get more information about "Waiting for target device to come online" in Android Studio?

How can I get information about the file that launched my app?

How can i get information with javascript about the device which the user used to get on my asp.net webapp?

Windbg "!locks" command doesn't work, can I get information anyway?

How can i get information about in-app-purchases in Google Play Billing for android

How can I get information about children of some StorageReference?

How can I get web server information about a page I'm viewing (e.g. Apache or IIS, Windows or UNIX)?

How can I get information about my virtual desktops via the command line?

How can I log information about global variables whenever these are created?

Which information can I get from osgi console about bundle service?

How can I get information about the RootDSE with Powershell locally on a Windows 2008 R2 Domain Controller

Is there anyway I can get the time of cached file?

Anyway I can shorten this IF statement?

What information can I find out about an eventpoll on a running thread?

How can I find out information about a service?

How can I just get the most important information about a document and some lines around the word I searched for in MarkLogic / Query Console?

Get information about file

How much information can websites get about your browser/PC?

How can I create a view with information about the next or previous record?

How can I get information about store users in BigCommerce?

How we can get unique information about the iPad?

How can I get information about the logged-in user in a Django application?

Where Can I Find Information about the Classes in `vtkmodules`?

How can I silently get an access token to retrieve information about currently logged in user from the windows graph API?