mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
move compiler tests from compiler/ to v/
This commit is contained in:
@@ -256,4 +256,4 @@ pub fn activate_context(ctx_id C.sg_context) {
|
||||
[inline]
|
||||
pub fn discard_context(ctx_id C.sg_context) {
|
||||
C.sg_discard_context(ctx_id)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,4 +64,4 @@ fn C.sg_query_pass_defaults(desc &C.sg_pass) C.sg_pass_desc
|
||||
/* rendering contexts (optional) */
|
||||
fn C.sg_setup_context() C.sg_context
|
||||
fn C.sg_activate_context(ctx_id C.sg_context)
|
||||
fn C.sg_discard_context(ctx_id C.sg_context)
|
||||
fn C.sg_discard_context(ctx_id C.sg_context)
|
||||
|
||||
@@ -68,4 +68,4 @@ fn C.sapp_d3d11_get_depth_stencil_view() voidptr
|
||||
/* Win32: get the HWND window handle */
|
||||
fn C.sapp_win32_get_hwnd() voidptr
|
||||
/* Android: get native activity handle */
|
||||
fn C.sapp_android_get_native_activity() voidptr
|
||||
fn C.sapp_android_get_native_activity() voidptr
|
||||
|
||||
Reference in New Issue
Block a user