Class EXTColorWriteEnable

java.lang.Object
org.lwjgl.vulkan.EXTColorWriteEnable

public class EXTColorWriteEnable extends Object
  • Field Details

    • VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION

      public static final int VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION
      See Also:
    • VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME

      public static final String VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME
      See Also:
    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT

      public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT
      See Also:
    • VK_STRUCTURE_TYPE_PIPELINE_COLOR_WRITE_CREATE_INFO_EXT

      public static final int VK_STRUCTURE_TYPE_PIPELINE_COLOR_WRITE_CREATE_INFO_EXT
      See Also:
    • VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT

      public static final int VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT
      See Also:
  • Method Details

    • nvkCmdSetColorWriteEnableEXT

      public static void nvkCmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, int attachmentCount, long pColorWriteEnables)
      void vkCmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, uint32_t attachmentCount, VkBool32 const * pColorWriteEnables)
    • vkCmdSetColorWriteEnableEXT

      public static void vkCmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, IntBuffer pColorWriteEnables)
      void vkCmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, uint32_t attachmentCount, VkBool32 const * pColorWriteEnables)
    • vkCmdSetColorWriteEnableEXT

      public static void vkCmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, int[] pColorWriteEnables)
      void vkCmdSetColorWriteEnableEXT(VkCommandBuffer commandBuffer, uint32_t attachmentCount, VkBool32 const * pColorWriteEnables)