formatting
This commit is contained in:
parent
7b0c95d403
commit
894044669c
@ -80,7 +80,7 @@
|
||||
|
||||
|
||||
|
||||
#define DX12_TEST 0
|
||||
#define DX12_TEST 1
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1809,18 +1809,14 @@ void gpu_dispatch(struct gpu_handle gpu_dispatch_state, struct gpu_dispatch_para
|
||||
#endif
|
||||
|
||||
/* ========================== *
|
||||
* Backbuffer
|
||||
* Present
|
||||
* ========================== */
|
||||
|
||||
struct gpu_handle gpu_recreate_backbuffer(struct v2i32 size)
|
||||
{
|
||||
(UNUSED)size;
|
||||
struct gpu_handle res = ZI;
|
||||
return res;
|
||||
}
|
||||
|
||||
void gpu_present(i32 vsync)
|
||||
void gpu_present(struct v2i32 backbuffer_resolution, struct gpu_handle texture, struct xform texture_xf, i32 vsync)
|
||||
{
|
||||
(UNUSED)backbuffer_resolution;
|
||||
(UNUSED)texture;
|
||||
(UNUSED)texture_xf;
|
||||
(UNUSED)vsync;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user