MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Half2

Method Half2

SampleFramework12/v1.00/SF12_Math.h:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 uint16 y;
356
357 Half2() : x(0), y(0)
358 {
359 }
360
361 Half2(uint16 x, uint16 y) : x(x), y(y)
362 {

Callers

nothing calls this directly

Calls 1

ToSIMDMethod · 0.45

Tested by

no test coverage detected