remove const qualified on gnUnifromAllocationInfo
This commit is contained in:
@@ -12,8 +12,8 @@ struct gnUniformPool_t {
|
||||
#endif
|
||||
|
||||
typedef struct gnUniformAllocationInfo {
|
||||
const uint32_t setCount;
|
||||
const gnUniformSet* sets;
|
||||
uint32_t setCount;
|
||||
gnUniformSet* sets;
|
||||
} gnUniformAllocationInfo;
|
||||
|
||||
gnReturnCode gnCreateUniformPool(gnUniformPool* pool, gnDeviceHandle device);
|
||||
|
Reference in New Issue
Block a user