return concat(path, "\\zig-mark.png"); } export fn loadLogo() callconv(.C) void { const path = getLogoPath() catch return; defer common.alloc.free(path); common.API.LoadTextureFromResource("ZIG_LOGO", 101, common.MODULE, @ptrCast(&receiveTexture)); // common.API.LoadTextureFromFil...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
String> { // 省去代码 } #[wasm_bindgen(js_name = getWords)] pub fn...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} zigholding / obsidian-notechain-plugin Public Notifications You must be signed in to change notification settings Fork 3 Star 10 ...
Operators grouping:(a) bitwise logic:a & b,a | b,a ^ b bitwise complement:~a bus reducing logic:&a,|a,^a equality:a == b(equivalent to&~(a ^ b)) inequality:a != b(equivalent to|(a ^ b)) big-endian concat:{a b c}or{> a b c} ...
void { const button = @as(*capy.Button, @ptrCast(@alignCast(button_))); const buttonLabel = button.getLabel(); const labelText = computationLabel.getText(); // Concat the computation label with the first character of the button's label var larger = try allocator.alloc(u8, labelText....
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
# define ZoneNamedN( varname, name, active ) static constexpr tracy::SourceLocationData TracyConcat(__tracy_source_location,TracyLine) { name, TracyFunction, TracyFile, (uint32_t)TracyLine, 0 }; tracy::ScopedZone varname( &TracyConcat(__tracy_source_location,TracyLine), TRACY_CALLSTACK,...