Class VkBindDescriptorBufferEmbeddedSamplersInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkBindDescriptorBufferEmbeddedSamplersInfoEXT>
org.lwjgl.vulkan.VkBindDescriptorBufferEmbeddedSamplersInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkBindDescriptorBufferEmbeddedSamplersInfoEXT extends org.lwjgl.system.Struct<VkBindDescriptorBufferEmbeddedSamplersInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying embedded immutable sampler offsets to set in a command buffer.
Description

If stageFlags specifies a subset of all stages corresponding to one or more pipeline bind points, the binding operation still affects all stages corresponding to the given pipeline bind point(s) as if the equivalent original version of this command had been called with the same parameters. For example, specifying a stageFlags value of SHADER_STAGE_VERTEX_BIT | SHADER_STAGE_FRAGMENT_BIT | SHADER_STAGE_COMPUTE_BIT is equivalent to calling the original version of this command once with PIPELINE_BIND_POINT_GRAPHICS and once with PIPELINE_BIND_POINT_COMPUTE.

Valid Usage
Valid Usage (Implicit)
See Also

CmdBindDescriptorBufferEmbeddedSamplers2EXT

Layout


 struct VkBindDescriptorBufferEmbeddedSamplersInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkShaderStageFlags stageFlags();
     VkPipelineLayout layout();
     uint32_t set();
 }