Skip to content

Commit ad0fdc0

Browse files
committed
Add sampler name
1 parent 39fe598 commit ad0fdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/vulkanmod/vulkan/texture/VTextureSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static void uploadSubTexture(int mipLevel, int arrayLayer, int width, int
6767
public static int getTextureIdx(String name) {
6868
return switch (name) {
6969
case "Sampler0", "DiffuseSampler", "InSampler", "CloudFaces" -> 0;
70-
case "Sampler1" -> 1;
70+
case "Sampler1", "BlurSampler" -> 1;
7171
case "Sampler2" -> 2;
7272
case "Sampler3" -> 3;
7373
case "Sampler4" -> 4;

0 commit comments

Comments
 (0)