VkPhysicalDeviceShaderAtomicInt64Features

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (System)
struct VkPhysicalDeviceShaderAtomicInt64Features {}

Members

Variables

pNext
void* pNext;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
shaderBufferInt64Atomics
VkBool32 shaderBufferInt64Atomics;
Undocumented in source.
shaderSharedInt64Atomics
VkBool32 shaderSharedInt64Atomics;
Undocumented in source.

Meta