Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Laszlo Agocs
qtrhi
Commits
8b203b2b
Commit
8b203b2b
authored
Dec 06, 2018
by
Laszlo Agocs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mac build
parent
3535cf56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/rhi/qrhi.h
src/rhi/qrhi.h
+1
-1
src/rhi/qrhimetal_p.h
src/rhi/qrhimetal_p.h
+1
-1
No files found.
src/rhi/qrhi.h
View file @
8b203b2b
...
...
@@ -478,8 +478,8 @@ protected:
int
sampleCount_
,
Flags
flags_
);
Format
m_format
;
QSize
m_pixelSize
;
Flags
m_flags
;
int
m_sampleCount
;
Flags
m_flags
;
void
*
m_reserved
;
};
...
...
src/rhi/qrhimetal_p.h
View file @
8b203b2b
...
...
@@ -206,7 +206,7 @@ struct QMetalCommandBuffer : public QRhiCommandBuffer
uint
currentSrbGeneration
;
QRhiBuffer
*
currentIndexBuffer
;
quint32
currentIndexOffset
;
QRhi
::
IndexFormat
currentIndexFormat
;
QRhi
CommandBuffer
::
IndexFormat
currentIndexFormat
;
void
resetState
();
};
...
...
Write
Preview
Markdown
is supported
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