mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: remove intermediate handling for both global definition syntaxes (#6546)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module sapp
|
||||
|
||||
// Android needs a global reference to `g_desc`
|
||||
__global g_desc C.sapp_desc
|
||||
__global ( g_desc C.sapp_desc )
|
||||
|
||||
pub fn create_desc() C.sg_desc {
|
||||
mtl_desc := C.sg_mtl_context_desc {
|
||||
|
Reference in New Issue
Block a user