nicebyte / nicegraf

An abstraction layer for graphics APIs.
198 stars 13 forks source link

add minimum storage buffer offset alignment to the device capabilities struct #184

Open nicebyte opened 1 year ago

ibra-kdbra commented 12 months ago

do you want something like this?

typedef struct { uint32_t maxStorageBufferOffsetAlignment; uint32_t minStorageBufferOffsetAlignment; } DeviceCapabilities;