|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::GeometryAABBNV:Public Member Functions | |
| GeometryAABBNV (Buffer aabbData_=Buffer(), uint32_t numAABBs_=0, uint32_t stride_=0, DeviceSize offset_=0) | |
| GeometryAABBNV (VkGeometryAABBNV const &rhs) | |
| GeometryAABBNV & | operator= (VkGeometryAABBNV const &rhs) |
| GeometryAABBNV & | setPNext (const void *pNext_) |
| GeometryAABBNV & | setAabbData (Buffer aabbData_) |
| GeometryAABBNV & | setNumAABBs (uint32_t numAABBs_) |
| GeometryAABBNV & | setStride (uint32_t stride_) |
| GeometryAABBNV & | setOffset (DeviceSize offset_) |
| operator VkGeometryAABBNV const & () const | |
| operator VkGeometryAABBNV & () | |
| bool | operator== (GeometryAABBNV const &rhs) const |
| bool | operator!= (GeometryAABBNV const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| Buffer | aabbData |
| uint32_t | numAABBs |
| uint32_t | stride |
| DeviceSize | offset |
Private Attributes | |
| StructureType | sType = StructureType::eGeometryAabbNV |
Definition at line 20396 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 20409 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 20454 of file vulkan.hpp.
|
inline |
Definition at line 20449 of file vulkan.hpp.
|
inline |
Definition at line 20469 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 20414 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 20459 of file vulkan.hpp.
References aabbData, numAABBs, offset, pNext, stride, and sType.
Referenced by operator!=().
|
inline |
Definition at line 20425 of file vulkan.hpp.
References aabbData.
|
inline |
Definition at line 20431 of file vulkan.hpp.
References numAABBs.
|
inline |
Definition at line 20443 of file vulkan.hpp.
|
inline |
Definition at line 20419 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 20437 of file vulkan.hpp.
| Buffer VULKAN_HPP_NAMESPACE::GeometryAABBNV::aabbData |
Definition at line 20479 of file vulkan.hpp.
Referenced by operator==(), and setAabbData().
| uint32_t VULKAN_HPP_NAMESPACE::GeometryAABBNV::numAABBs |
Definition at line 20480 of file vulkan.hpp.
Referenced by operator==(), and setNumAABBs().
| DeviceSize VULKAN_HPP_NAMESPACE::GeometryAABBNV::offset |
Definition at line 20482 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::GeometryAABBNV::pNext = nullptr |
Definition at line 20478 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| uint32_t VULKAN_HPP_NAMESPACE::GeometryAABBNV::stride |
Definition at line 20481 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 20475 of file vulkan.hpp.
Referenced by operator==().