Searched defs:hasDynamicVertexStride (Results 1 – 3 of 3) sorted by relevance
99 …bool hasDynamicVertexStride() const { return state.getVertexInputInterfaceState().hasDynamicVertex… in hasDynamicVertexStride() function in vk::GraphicsPipeline
923 bool hasDynamicVertexStride = pipeline->hasDynamicVertexStride(); in draw() local
227 …inline bool hasDynamicVertexStride() const { return dynamicStateFlags.dynamicVertexInputBindingStr… in hasDynamicVertexStride() function