Cleanup bgfx.idl (#2597)
This commit is contained in:
parent
f26885aaed
commit
0a4ed20b59
@ -611,6 +611,7 @@ enum.UniformType { comment = "Uniform types:" }
|
|||||||
.Vec4 --- 4 floats vector.
|
.Vec4 --- 4 floats vector.
|
||||||
.Mat3 --- 3x3 matrix.
|
.Mat3 --- 3x3 matrix.
|
||||||
.Mat4 --- 4x4 matrix.
|
.Mat4 --- 4x4 matrix.
|
||||||
|
()
|
||||||
|
|
||||||
--- Backbuffer ratio enum.
|
--- Backbuffer ratio enum.
|
||||||
enum.BackbufferRatio { comment = "Backbuffer ratios:" }
|
enum.BackbufferRatio { comment = "Backbuffer ratios:" }
|
||||||
@ -620,12 +621,14 @@ enum.BackbufferRatio { comment = "Backbuffer ratios:" }
|
|||||||
.Eighth --- One eighth size of backbuffer.
|
.Eighth --- One eighth size of backbuffer.
|
||||||
.Sixteenth --- One sixteenth size of backbuffer.
|
.Sixteenth --- One sixteenth size of backbuffer.
|
||||||
.Double --- Double size of backbuffer.
|
.Double --- Double size of backbuffer.
|
||||||
|
()
|
||||||
|
|
||||||
--- Occlusion query result.
|
--- Occlusion query result.
|
||||||
enum.OcclusionQueryResult { comment = "Occlusion query results:" }
|
enum.OcclusionQueryResult { comment = "Occlusion query results:" }
|
||||||
.Invisible --- Query failed test.
|
.Invisible --- Query failed test.
|
||||||
.Visible --- Query passed test.
|
.Visible --- Query passed test.
|
||||||
.NoResult --- Query result is not available yet.
|
.NoResult --- Query result is not available yet.
|
||||||
|
()
|
||||||
|
|
||||||
--- Primitive topology.
|
--- Primitive topology.
|
||||||
enum.Topology { underscore, comment = "Primitive topology:" }
|
enum.Topology { underscore, comment = "Primitive topology:" }
|
||||||
@ -634,6 +637,7 @@ enum.Topology { underscore, comment = "Primitive topology:" }
|
|||||||
.LineList --- Line list.
|
.LineList --- Line list.
|
||||||
.LineStrip --- Line strip.
|
.LineStrip --- Line strip.
|
||||||
.PointList --- Point list.
|
.PointList --- Point list.
|
||||||
|
()
|
||||||
|
|
||||||
--- Topology conversion function.
|
--- Topology conversion function.
|
||||||
enum.TopologyConvert { underscore , comment = "Topology conversion functions:" }
|
enum.TopologyConvert { underscore , comment = "Topology conversion functions:" }
|
||||||
@ -642,6 +646,7 @@ enum.TopologyConvert { underscore , comment = "Topology conversion functions:" }
|
|||||||
.TriListToLineList --- Convert triangle list to line list.
|
.TriListToLineList --- Convert triangle list to line list.
|
||||||
.TriStripToTriList --- Convert triangle strip to triangle list.
|
.TriStripToTriList --- Convert triangle strip to triangle list.
|
||||||
.LineStripToLineList --- Convert line strip to line list.
|
.LineStripToLineList --- Convert line strip to line list.
|
||||||
|
()
|
||||||
|
|
||||||
--- Topology sort order.
|
--- Topology sort order.
|
||||||
enum.TopologySort { underscore, comment = "Topology sort order:" , }
|
enum.TopologySort { underscore, comment = "Topology sort order:" , }
|
||||||
@ -665,6 +670,7 @@ enum.ViewMode { underscore, comment = "View modes:" }
|
|||||||
.Sequential --- Sort in the same order in which submit calls were called.
|
.Sequential --- Sort in the same order in which submit calls were called.
|
||||||
.DepthAscending --- Sort draw call depth in ascending order.
|
.DepthAscending --- Sort draw call depth in ascending order.
|
||||||
.DepthDescending --- Sort draw call depth in descending order.
|
.DepthDescending --- Sort draw call depth in descending order.
|
||||||
|
()
|
||||||
|
|
||||||
--- Render frame enum.
|
--- Render frame enum.
|
||||||
enum.RenderFrame { underscore, comment = "" }
|
enum.RenderFrame { underscore, comment = "" }
|
||||||
|
Loading…
Reference in New Issue
Block a user