Bound line type
This commit is contained in:
@@ -50,6 +50,11 @@ namespace JabyEngine {
|
||||
internal::render(reinterpret_cast<const uint32_t*>(&line), N);
|
||||
}
|
||||
|
||||
template<size_t N>
|
||||
static void render(const LineMaker::Type<LINE_F, N>& line_type) {
|
||||
internal::render(reinterpret_cast<const uint32_t*>(&line_type), sizeof(line_type)/sizeof(uint32_t));
|
||||
}
|
||||
|
||||
uint8_t swap_buffers_vsync(uint8_t syncs, bool clear_screen = true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user