Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laszlo Agocs
qtrhi
Commits
8e3100a8
Commit
8e3100a8
authored
Mar 18, 2019
by
Laszlo Agocs
Browse files
Fix Metal build
parent
1c88fc4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rhi/qrhimetal.mm
View file @
8e3100a8
...
@@ -521,7 +521,7 @@ QRhiSampler *QRhiMetal::createSampler(QRhiSampler::Filter magFilter, QRhiSampler
...
@@ -521,7 +521,7 @@ QRhiSampler *QRhiMetal::createSampler(QRhiSampler::Filter magFilter, QRhiSampler
QRhiSampler
::
Filter
mipmapMode
,
QRhiSampler
::
Filter
mipmapMode
,
QRhiSampler
::
AddressMode
u
,
QRhiSampler
::
AddressMode
v
)
QRhiSampler
::
AddressMode
u
,
QRhiSampler
::
AddressMode
v
)
{
{
return
new
QMetalSampler
(
this
,
magFilter
,
minFilter
,
mipmapMode
,
u
,
v
,
w
);
return
new
QMetalSampler
(
this
,
magFilter
,
minFilter
,
mipmapMode
,
u
,
v
);
}
}
QRhiTextureRenderTarget
*
QRhiMetal
::
createTextureRenderTarget
(
const
QRhiTextureRenderTargetDescription
&
desc
,
QRhiTextureRenderTarget
*
QRhiMetal
::
createTextureRenderTarget
(
const
QRhiTextureRenderTargetDescription
&
desc
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment