MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / GXSetLineWidth

Function GXSetLineWidth

src/dolphin/src/gx/GXGeometry.c:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void GXSetLineWidth(u8 width, GXTexOffset texOffsets)
80{
81 CHECK_GXBEGIN(440, "GXSetLineWidth");
82 SET_REG_FIELD(441, __GXData->lpSize, 8, 0, width);
83 SET_REG_FIELD(442, __GXData->lpSize, 3, 16, texOffsets);
84 GX_WRITE_RAS_REG(__GXData->lpSize);
85 __GXData->bpSentNot = 0;
86}
87
88void GXSetPointSize(u8 pointSize, GXTexOffset texOffsets)
89{

Callers 1

__GXInitGXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected