|
HDK
|
#include <vulkan_structs.hpp>
Public Types | |
| using | NativeType = VkTransformMatrixKHR |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR_14 | TransformMatrixKHR (std::array< std::array< float, 4 >, 3 > const &matrix_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 | TransformMatrixKHR (TransformMatrixKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
| TransformMatrixKHR (VkTransformMatrixKHR const &rhs) VULKAN_HPP_NOEXCEPT | |
| TransformMatrixKHR & | operator= (TransformMatrixKHR const &rhs) VULKAN_HPP_NOEXCEPT=default |
| TransformMatrixKHR & | operator= (VkTransformMatrixKHR const &rhs) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 TransformMatrixKHR & | setMatrix (std::array< std::array< float, 4 >, 3 > matrix_) VULKAN_HPP_NOEXCEPT |
| operator VkTransformMatrixKHR const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkTransformMatrixKHR & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (TransformMatrixKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (TransformMatrixKHR const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
| VULKAN_HPP_NAMESPACE::ArrayWrapper2D < float, 3, 4 > | matrix = {} |
Definition at line 2436 of file vulkan_structs.hpp.
Definition at line 2438 of file vulkan_structs.hpp.
|
inline |
Definition at line 2441 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 2445 of file vulkan_structs.hpp.
|
inline |
Definition at line 2469 of file vulkan_structs.hpp.
|
inline |
Definition at line 2464 of file vulkan_structs.hpp.
|
inline |
Definition at line 2498 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 2450 of file vulkan_structs.hpp.
|
inline |
Definition at line 2489 of file vulkan_structs.hpp.
|
inline |
Definition at line 2457 of file vulkan_structs.hpp.
| VULKAN_HPP_NAMESPACE::ArrayWrapper2D<float, 3, 4> VULKAN_HPP_NAMESPACE::TransformMatrixKHR::matrix = {} |
Definition at line 2505 of file vulkan_structs.hpp.