• Home
  • Raw
  • Download

Lines Matching refs:binding

17 Vertex shader input variables are bound to buffers via an indirect binding
23 Vertex input attribute and vertex input binding descriptions also contain
33 single buffer, and use a single vertex input binding to access those
244 Applications specify vertex input attribute and vertex input binding
251 vertex input attribute and vertex input binding descriptions are specified
267 * pname:vertexBindingDescriptionCount is the number of vertex binding
284 * [[VUID-VkPipelineVertexInputStateCreateInfo-binding-00615]]
285 For every pname:binding specified by each element of
288 pname:pVertexBindingDescriptions with the same value of pname:binding
291 binding numbers
308 [open,refpage='VkVertexInputBindingDescription',desc='Structure specifying vertex input binding des…
310 Each vertex input binding is specified by the
315 * pname:binding is the binding number that this structure describes.
324 * [[VUID-VkVertexInputBindingDescription-binding-00618]]
325 pname:binding must: be less than
362 * pname:binding is the binding number which this attribute takes its data
366 an element in the vertex input binding.
373 * [[VUID-VkVertexInputAttributeDescription-binding-00621]]
374 pname:binding must: be less than
389 pname:binding
400 and vertex input binding descriptions, call:
406 * pname:vertexBindingDescriptionCount is the number of vertex binding
415 This command sets the vertex input attribute and vertex input binding
470 * [[VUID-vkCmdSetVertexInputEXT-binding-04793]]
471 For every pname:binding specified by each element of
474 pname:pVertexBindingDescriptions with the same value of pname:binding
477 binding numbers
486 …ingDescription2EXT',desc='Structure specifying the extended vertex input binding description',type…
495 * pname:binding is the binding number that this structure describes.
525 * [[VUID-VkVertexInputBindingDescription2EXT-binding-04796]]
526 pname:binding must: be less than
561 * pname:binding is the binding number which this attribute takes its data
565 an element in the vertex input binding.
572 * [[VUID-VkVertexInputAttributeDescription2EXT-binding-06229]]
573 pname:binding must: be less than
588 in pname:binding
605 * pname:firstBinding is the index of the first vertex input binding whose
613 replace the current state for the vertex input binding
616 The vertex input binding is updated to start at the offset indicated by
625 If a vertex input attribute is bound to a vertex input binding that is
680 * pname:firstBinding is the index of the first vertex input binding whose
691 replace the current state for the vertex input binding
694 The vertex input binding is updated to start at the offset indicated by
711 If a vertex input attribute is bound to a vertex input binding that is
749 and the maximum extent of the attributes in the binding.
797 input attributes fetched from the corresponding binding, where the
833 the divisor value for each binding.
840 The individual divisor values per binding are specified using the
846 * pname:binding is the binding number for which the divisor is specified.
866 * [[VUID-VkVertexInputBindingDivisorDescriptionEXT-binding-01869]]
867 pname:binding must: be less than
881 ename:VK_VERTEX_INPUT_RATE_INSTANCE for this pname:binding
900 with sname:VkVertexInputAttributeDescription::pname:binding equal to
901 code:attribDesc.binding.
915 with sname:VkVertexInputBindingDivisorDescriptionEXT::pname:binding
916 equal to code:attribDesc.binding.
921 bufferBindingAddress = buffer[binding].baseAddress + offset[binding];