cl-vulkan icon indicating copy to clipboard operation
cl-vulkan copied to clipboard

Unexported symbols

Open ajithmk opened this issue 5 years ago • 1 comments

The functions enumerate-device-layer-properties and enumerate-device-extension-properties are not exported from vulkan package. So I had to use vk:: instead of vk: when I am not in that package. Is this deliberate?

ajithmk avatar Aug 01 '20 11:08 ajithmk

Not so much "deliberate" as "not finished". For example final wrappers might want to parse or wrap results in some way, in which case there would be a "nicer" function exported from VK:. Didn't get far enough to determine what was actually useful for that sort of thing though, so many things are still unexported.

3b avatar Aug 01 '20 18:08 3b