Namespace SharpVulkan
Classes
- SharpVulkanException
The base class for errors that occur in SharpVulkan.
Structs
- PointerSize
The maximum number of bytes to which a pointer can point. Use for a count that must span the full range of a pointer. Equivalent to Windows type SIZE_T.
- RawBool
A boolean value stored on 4 bytes (instead of 1 in .NET).
- RawColor4
Interop type for a Color4 (RGBA, 4 floats).
- RawInt4
Interop type for a Int4 (4 ints).