change a type of value
This commit is contained in:
parent
bdaf383b38
commit
438ffd2d36
@ -90,7 +90,7 @@ void GPUDeviceAttribute::Refresh()
|
|||||||
{
|
{
|
||||||
format=VK_FORMAT_UNDEFINED;
|
format=VK_FORMAT_UNDEFINED;
|
||||||
|
|
||||||
for(int i=0;i<format_count;i++)
|
for(uint32_t i=0;i<format_count;i++)
|
||||||
{
|
{
|
||||||
if(sf->format>format)
|
if(sf->format>format)
|
||||||
format=sf->format;
|
format=sf->format;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user