VK-GL-CTS icon indicating copy to clipboard operation
VK-GL-CTS copied to clipboard

Store Vk API Endpoints

Open abergmeier opened this issue 5 years ago • 0 comments

I would like to be able to find all tests, which check (call) a certain endpoint. When changing this endpoint, I could then selectively retest with only the bare minimum of tests. Now I think getting the actual call information can probably be obtained by using VK_LAYER_LUNARG_api_dump and then running a nearly full feature driver (AMD?).

Would this information be generally useful or am I the only one?

One way to store could be git. In order to minimize blowing up git database you would perhaps then make a directory structure like (for my use case I do not require actual file content):

usage/<testname>/<entrypoint_name>

abergmeier avatar Jan 02 '20 16:01 abergmeier