Searched defs:PhysicalDeviceLinearColorAttachmentFeaturesNV (Results 1 – 4 of 4) sorted by relevance
69264 struct PhysicalDeviceLinearColorAttachmentFeaturesNV struct69266 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;69268 static const bool allowDuplicate = false;69272 …VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 l… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function69282 …PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function69292 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceLinearColorAttachmentFeaturesNV cons… in operator =()69297 …PR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()69304 …setLinearColorAttachment( VULKAN_HPP_NAMESPACE::Bool32 linearColorAttachment_ ) VULKAN_HPP_NOEXCEPT in setLinearColorAttachment()69311 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()69316 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()[all …]
71177 struct PhysicalDeviceLinearColorAttachmentFeaturesNV struct71179 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;71181 static const bool allowDuplicate = false;71185 …VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 l… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function71195 …PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function71205 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceLinearColorAttachmentFeaturesNV cons… in operator =()71210 …PR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()71217 …setLinearColorAttachment( VULKAN_HPP_NAMESPACE::Bool32 linearColorAttachment_ ) VULKAN_HPP_NOEXCEPT in setLinearColorAttachment()71224 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()71229 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()[all …]
71742 struct PhysicalDeviceLinearColorAttachmentFeaturesNV struct71744 using NativeType = VkPhysicalDeviceLinearColorAttachmentFeaturesNV;71746 static const bool allowDuplicate = false;71750 …VULKAN_HPP_CONSTEXPR PhysicalDeviceLinearColorAttachmentFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 l… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function71760 …PhysicalDeviceLinearColorAttachmentFeaturesNV( VkPhysicalDeviceLinearColorAttachmentFeaturesNV con… in PhysicalDeviceLinearColorAttachmentFeaturesNV() function71770 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceLinearColorAttachmentFeaturesNV cons… in operator =()71775 …PR_14 PhysicalDeviceLinearColorAttachmentFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()71782 …setLinearColorAttachment( VULKAN_HPP_NAMESPACE::Bool32 linearColorAttachment_ ) VULKAN_HPP_NOEXCEPT in setLinearColorAttachment()71789 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV const&()71794 operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceLinearColorAttachmentFeaturesNV&()[all …]
66238 pub struct PhysicalDeviceLinearColorAttachmentFeaturesNV { struct66243 impl ::std::default::Default for PhysicalDeviceLinearColorAttachmentFeaturesNV { argument66253 unsafe impl TaggedStructure for PhysicalDeviceLinearColorAttachmentFeaturesNV { implementation66257 impl PhysicalDeviceLinearColorAttachmentFeaturesNV { implementation66274 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLinearColorAttachmentFeaturesNV {} implementation66276 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceLinearColorAttachmentFeaturesNV {} implementation66297 pub fn build(self) -> PhysicalDeviceLinearColorAttachmentFeaturesNV { in build()