Skip to content
View Khrob's full-sized avatar

Block or report Khrob

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. metal_compute.swift metal_compute.swift
    1
    ///
    2
    /// This is a very simple command line application to work out how
    3
    /// to just run a compute program on the Metal GPU. It's not safe,
    4
    /// and will crash without warning if anything goes wrong, but I
    5
    /// was just trying to get the bare minimum thing working.
  2. metal_image.swift metal_image.swift
    1
    ///
    2
    /// This is a 'single' function way to get a UIImage from a Metal shader
    3
    /// You still need to set up an MTLibrary in your app, but you should be
    4
    /// able to fairly readily drop this into a standard XCode app and as long
    5
    /// as you have the vertex and fragment shaders compiled into the library
  3. simple return for a postcode test simple return for a postcode test
    1
    return "some string";