Vulkan-Hpp
vk::PhysicalDeviceCudaKernelLaunchPropertiesNV Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceCudaKernelLaunchPropertiesNV
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceCudaKernelLaunchPropertiesNV (uint32_t computeCapabilityMinor_={}, uint32_t computeCapabilityMajor_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceCudaKernelLaunchPropertiesNV (PhysicalDeviceCudaKernelLaunchPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceCudaKernelLaunchPropertiesNV (VkPhysicalDeviceCudaKernelLaunchPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceCudaKernelLaunchPropertiesNVoperator= (PhysicalDeviceCudaKernelLaunchPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceCudaKernelLaunchPropertiesNVoperator= (VkPhysicalDeviceCudaKernelLaunchPropertiesNV const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCudaKernelLaunchPropertiesNV const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceCudaKernelLaunchPropertiesNV & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceCudaKernelLaunchPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceCudaKernelLaunchPropertiesNV const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceCudaKernelLaunchPropertiesNV
 
void * pNext = {}
 
uint32_t computeCapabilityMinor = {}
 
uint32_t computeCapabilityMajor = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCudaKernelLaunchPropertiesNV
 

Detailed Description

Definition at line 59729 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceCudaKernelLaunchPropertiesNV() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::PhysicalDeviceCudaKernelLaunchPropertiesNV ( uint32_t  computeCapabilityMinor_ = {},
uint32_t  computeCapabilityMajor_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 59737 of file vulkan_structs.hpp.

◆ PhysicalDeviceCudaKernelLaunchPropertiesNV() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::PhysicalDeviceCudaKernelLaunchPropertiesNV ( PhysicalDeviceCudaKernelLaunchPropertiesNV const &  rhs)
default

◆ PhysicalDeviceCudaKernelLaunchPropertiesNV() [3/3]

vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::PhysicalDeviceCudaKernelLaunchPropertiesNV ( VkPhysicalDeviceCudaKernelLaunchPropertiesNV const &  rhs)
inline

Definition at line 59748 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceCudaKernelLaunchPropertiesNV &()

vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::operator VkPhysicalDeviceCudaKernelLaunchPropertiesNV & ( )
inline

Definition at line 59767 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceCudaKernelLaunchPropertiesNV const &()

vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::operator VkPhysicalDeviceCudaKernelLaunchPropertiesNV const & ( ) const
inline

Definition at line 59762 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::operator!= ( PhysicalDeviceCudaKernelLaunchPropertiesNV const &  rhs) const
inline

Definition at line 59797 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceCudaKernelLaunchPropertiesNV& vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::operator= ( PhysicalDeviceCudaKernelLaunchPropertiesNV const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceCudaKernelLaunchPropertiesNV& vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::operator= ( VkPhysicalDeviceCudaKernelLaunchPropertiesNV const &  rhs)
inline

Definition at line 59756 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::operator== ( PhysicalDeviceCudaKernelLaunchPropertiesNV const &  rhs) const
inline

Definition at line 59787 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::allowDuplicate = false
static

Definition at line 59733 of file vulkan_structs.hpp.

◆ computeCapabilityMajor

uint32_t vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::computeCapabilityMajor = {}

Definition at line 59807 of file vulkan_structs.hpp.

◆ computeCapabilityMinor

uint32_t vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::computeCapabilityMinor = {}

Definition at line 59806 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::pNext = {}

Definition at line 59805 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::structureType = StructureType::ePhysicalDeviceCudaKernelLaunchPropertiesNV
static

Definition at line 59734 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceCudaKernelLaunchPropertiesNV::sType = StructureType::ePhysicalDeviceCudaKernelLaunchPropertiesNV

Definition at line 59804 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: