|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::GeometryDataNV:Public Member Functions | |
| GeometryDataNV (GeometryTrianglesNV triangles_=GeometryTrianglesNV(), GeometryAABBNV aabbs_=GeometryAABBNV()) | |
| GeometryDataNV (VkGeometryDataNV const &rhs) | |
| GeometryDataNV & | operator= (VkGeometryDataNV const &rhs) |
| GeometryDataNV & | setTriangles (GeometryTrianglesNV triangles_) |
| GeometryDataNV & | setAabbs (GeometryAABBNV aabbs_) |
| operator VkGeometryDataNV const & () const | |
| operator VkGeometryDataNV & () | |
| bool | operator== (GeometryDataNV const &rhs) const |
| bool | operator!= (GeometryDataNV const &rhs) const |
Data Fields | |
| GeometryTrianglesNV | triangles |
| GeometryAABBNV | aabbs |
Definition at line 20486 of file vulkan.hpp.
|
inline |
Definition at line 20488 of file vulkan.hpp.
|
inline |
Definition at line 20495 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 20522 of file vulkan.hpp.
|
inline |
Definition at line 20517 of file vulkan.hpp.
|
inline |
Definition at line 20533 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 20500 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 20527 of file vulkan.hpp.
References aabbs, and triangles.
Referenced by operator!=().
|
inline |
Definition at line 20511 of file vulkan.hpp.
References aabbs.
|
inline |
Definition at line 20505 of file vulkan.hpp.
References triangles.
| GeometryAABBNV VULKAN_HPP_NAMESPACE::GeometryDataNV::aabbs |
Definition at line 20539 of file vulkan.hpp.
Referenced by operator==(), and setAabbs().
| GeometryTrianglesNV VULKAN_HPP_NAMESPACE::GeometryDataNV::triangles |
Definition at line 20538 of file vulkan.hpp.
Referenced by operator==(), and setTriangles().