• Show log

    Commit

  • Hash : 7080b766
    Author : Charlie Lao
    Date : 2024-08-16T11:31:39

    Vulkan: Move LineLoopHelper from vk to rx namespace
    
    There is no line loop support in vulkan. LineLoopHelper is a utility
    function for backend, not a helper function for vulkan object. So it is
    better fit in rx namespace instead of vk namespace.
    
    This also helps my next CL where I am going to change
    initBufferForVertexConversion to take a ConversionBuffer instead of
    BufferHelper. LineLoopHelper uses initBufferForVertexConversion, which
    means I have to change LineLoopHelper to uses ConversionBuffer. This
    causes header inclusion problem that now vk namespace object end up have
    to include rx namespace header. This CL fixes this inclusion problem by
    moving it to the proper namespace.
    
    Bug: b/357622380
    Change-Id: I6d6cf1aa926f726bb1b1ab1017bcab092eaf5d37
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5787502
    Reviewed-by: Yuxin Hu <yuxinhu@google.com>
    Commit-Queue: Charlie Lao <cclao@google.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags