Searched defs:LayerProperties (Results 1 – 8 of 8) sorted by relevance
81 pub struct LayerProperties { struct82 props: ash::vk::LayerProperties, argument85 impl LayerProperties { implementation237 fn next(&mut self) -> Option<LayerProperties> { in next()
124 pub fn enumerate_instance_layer_properties(&self) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_instance_layer_properties()
398 ) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_device_layer_properties()
121 _p_properties: *mut LayerProperties, in load()162 p_properties: *mut LayerProperties, in enumerate_instance_layer_properties()494 _p_properties: *mut LayerProperties, in load()661 p_properties: *mut LayerProperties, in enumerate_device_layer_properties()
1162 pub struct LayerProperties { struct1168 impl fmt::Debug for LayerProperties { implementation1182 impl ::std::default::Default for LayerProperties { implementation1192 impl LayerProperties { impl1236 pub fn build(self) -> LayerProperties { in build()
40792 struct LayerProperties struct40797 …VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const &layerN… in LayerProperties() function40810 …LayerProperties(VkLayerProperties const &rhs) VULKAN_HPP_NOEXCEPT : LayerProperties(*reinterpret_c… in LayerProperties() function40817 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>(&rhs); in operator =()40821 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()40826 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()40840 reflect() const VULKAN_HPP_NOEXCEPT in reflect()40871 VULKAN_HPP_STATIC_ASSERT(sizeof(VULKAN_HPP_NAMESPACE::LayerProperties) == sizeof(VkLayerProperties)…
40719 struct LayerProperties struct40724 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function40737 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function40744 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()40748 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()40753 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()40767 reflect() const VULKAN_HPP_NOEXCEPT in reflect()40798 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::LayerProperties ) == sizeof( VkLayerProper…
42172 struct LayerProperties struct42174 using NativeType = VkLayerProperties;42178 … LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & layerName_ = {}, in LayerProperties() function42190 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function42199 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()42203 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()42208 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()42222 reflect() const VULKAN_HPP_NOEXCEPT in reflect()42253 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::LayerProperties ) == sizeof( VkLayerProper…