remove const qualified on gnUnifromAllocationInfo
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user