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

Function GXSetPointSize

src/dolphin/src/gx/GXGeometry.c:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void GXSetPointSize(u8 pointSize, GXTexOffset texOffsets)
89{
90 CHECK_GXBEGIN(484, "GXSetPointSize");
91 SET_REG_FIELD(485, __GXData->lpSize, 8, 8, pointSize);
92 SET_REG_FIELD(486, __GXData->lpSize, 3, 19, texOffsets);
93 GX_WRITE_RAS_REG(__GXData->lpSize);
94 __GXData->bpSentNot = 0;
95}
96
97void GXEnableTexOffsets(GXTexCoordID coord, u8 line_enable, u8 point_enable)
98{

Callers 1

__GXInitGXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected