remove const qualified on gnUnifromAllocationInfo

This commit is contained in:
Gregory Wells
2025-07-24 09:33:24 -04:00
parent 6c09d2806d
commit d649e5b3bb

View File

@@ -12,8 +12,8 @@ struct gnUniformPool_t {
#endif #endif
typedef struct gnUniformAllocationInfo { typedef struct gnUniformAllocationInfo {
const uint32_t setCount; uint32_t setCount;
const gnUniformSet* sets; gnUniformSet* sets;
} gnUniformAllocationInfo; } gnUniformAllocationInfo;
gnReturnCode gnCreateUniformPool(gnUniformPool* pool, gnDeviceHandle device); gnReturnCode gnCreateUniformPool(gnUniformPool* pool, gnDeviceHandle device);