![]() |
VPP
0.8
A high-level modern C++ API for Vulkan
|
Shader (GPU-side) data type for workgroup variables of 64-bit unsigned integer type. More...
#include <vppLangScalarTypes.hpp>
Shader (GPU-side) data type for workgroup variables of 64-bit unsigned integer type.
Use this type inside shader code as a counterpart of CPU-side std::int64_t type.
For general description of workgroup variables, refer to WInt and WArray classes documentation.
The WInt64 type has also a local counterpart called VInt64. Apart from details mentioned above, the interface of both classes are the same.