Home | History | Annotate | Download | only in libvulkan

Lines Matching full:const

29     LayerRef(const Layer* layer);
32 LayerRef(const LayerRef&) = delete;
33 LayerRef& operator=(const LayerRef&) = delete;
36 operator const Layer*() const { return layer_; }
38 PFN_vkGetInstanceProcAddr GetGetInstanceProcAddr() const;
39 PFN_vkGetDeviceProcAddr GetGetDeviceProcAddr() const;
42 const Layer* layer_;
48 const Layer& GetLayer(uint32_t index);
49 const Layer* FindLayer(const char* name);
51 const VkLayerProperties& GetLayerProperties(const Layer& layer);
52 bool IsLayerGlobal(const Layer& layer);
53 const VkExtensionProperties* GetLayerInstanceExtensions(const Layer& layer,
55 const VkExtensionProperties* GetLayerDeviceExtensions(const Layer& layer,
58 const VkExtensionProperties* FindLayerInstanceExtension(const Layer& layer,
59 const char* name);
60 const VkExtensionProperties* FindLayerDeviceExtension(const Layer& layer,
61 const char* name);
63 LayerRef GetLayerRef(const Layer& layer);