cl-vulkan
                                
                                
                                
                                    cl-vulkan copied to clipboard
                            
                            
                            
                        Unexported symbols
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?
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.