mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:13:09 +02:00
formatting
This commit is contained in:
parent
3746920655
commit
3b6b56f316
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ namespace render {
|
||||||
int _drawItemBoundDimLoc = -1;
|
int _drawItemBoundDimLoc = -1;
|
||||||
int _drawItemStatusPosLoc = -1;
|
int _drawItemStatusPosLoc = -1;
|
||||||
int _drawItemStatusDimLoc = -1;
|
int _drawItemStatusDimLoc = -1;
|
||||||
int _drawItemStatusValue0Loc = -1;
|
int _drawItemStatusValue0Loc = -1;
|
||||||
int _drawItemStatusValue1Loc = -1;
|
int _drawItemStatusValue1Loc = -1;
|
||||||
|
|
||||||
gpu::Stream::FormatPointer _drawItemFormat;
|
gpu::Stream::FormatPointer _drawItemFormat;
|
||||||
gpu::PipelinePointer _drawItemBoundsPipeline;
|
gpu::PipelinePointer _drawItemBoundsPipeline;
|
||||||
|
|
Loading…
Reference in a new issue