mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
c05e7aace1
This is a breaking change: `GXSetViewport`, `GXSetScissor`, `GXSetTexCopySrc`, `GXSetTexCopyDst` now accept logical coords relative to the `VIConfigure` EFB size. `GXSetViewportRender` and `GXSetScissorRender` are used to override the scaled viewport/scissor from the logical coords.
5 lines
153 B
CMake
5 lines
153 B
CMake
if (AURORA_ENABLE_GX)
|
|
add_executable(simple simple.c)
|
|
target_link_libraries(simple PRIVATE aurora::core aurora::gx aurora::main aurora::vi)
|
|
endif ()
|