mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-01-24 00:00:05 -05:00
Fix JavaDoc error
This commit is contained in:
@@ -2,12 +2,11 @@ package com.twelvemonkeys.imageio.plugins.dds;
|
|||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.function.IntPredicate;
|
import java.util.function.IntPredicate;
|
||||||
import java.util.stream.IntStream;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enum that lists a certain types of DXGI Format this reader supports to read.
|
* Enum that lists a certain types of DXGI Format this reader supports to read.
|
||||||
*
|
*
|
||||||
* @link <a href="https://learn.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format">DXGI Format List</a>
|
* <a href="https://learn.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format">DXGI Format List</a>
|
||||||
*/
|
*/
|
||||||
public enum DX10DXGIFormat {
|
public enum DX10DXGIFormat {
|
||||||
BC1(DDSType.DXT1, rangeInclusive(70, 72)),
|
BC1(DDSType.DXT1, rangeInclusive(70, 72)),
|
||||||
|
|||||||
Reference in New Issue
Block a user